Uses of Class
opennlp.tools.ml.model.AbstractModel
Packages that use AbstractModel
-
Uses of AbstractModel in opennlp.tools.ml.model
Methods in opennlp.tools.ml.model that return AbstractModelModifier and TypeMethodDescriptionabstract AbstractModelAbstractModelReader.constructModel()Constructs amodel.GenericModelReader.constructModel()AbstractModelReader.getModel()Constructors in opennlp.tools.ml.model with parameters of type AbstractModelModifierConstructorDescriptionGenericModelWriter(AbstractModel model, DataOutputStream dos) Initializes aGenericModelWriterfor anAbstractModelwith an associatedDataOutputStreamthe model shall be written to.GenericModelWriter(AbstractModel model, File file) Initializes aGenericModelWriterfor anAbstractModelwith an associatedFilethe model shall be written to.