Uses of Class
opennlp.tools.postag.POSTaggerFactory
Packages that use POSTaggerFactory
-
Uses of POSTaggerFactory in opennlp.tools.postag
Methods in opennlp.tools.postag that return POSTaggerFactoryModifier and TypeMethodDescriptionstatic POSTaggerFactory
POSTaggerFactory.create
(String subclassName, byte[] featureGeneratorBytes, Map<String, Object> resources, TagDictionary posDictionary) Instantiates aPOSTaggerFactory
via a givensubclassName
.POSModel.getFactory()
Methods in opennlp.tools.postag with parameters of type POSTaggerFactoryModifier and TypeMethodDescriptionstatic POSModel
POSTaggerME.train
(String languageCode, ObjectStream<POSSample> samples, TrainingParameters mlParams, POSTaggerFactory posFactory) Starts a training of aPOSModel
with the given parameters.Constructors in opennlp.tools.postag with parameters of type POSTaggerFactoryModifierConstructorDescriptionPOSModel
(String languageCode, MaxentModel posModel, int beamSize, Map<String, String> manifestInfoEntries, POSTaggerFactory posFactory) Initializes aPOSModel
instance via given parameters.POSModel
(String languageCode, MaxentModel posModel, Map<String, String> manifestInfoEntries, POSTaggerFactory posFactory) Initializes aPOSModel
instance via given parameters.POSModel
(String languageCode, SequenceClassificationModel posModel, Map<String, String> manifestInfoEntries, POSTaggerFactory posFactory) Initializes aPOSModel
instance via given parameters.POSTaggerCrossValidator
(String languageCode, TrainingParameters trainParam, POSTaggerFactory factory, POSTagFormat format, POSTaggerEvaluationMonitor... listeners) Creates aPOSTaggerCrossValidator
using the givenPOSTaggerFactory
.POSTaggerCrossValidator
(String languageCode, TrainingParameters trainParam, POSTaggerFactory factory, POSTaggerEvaluationMonitor... listeners) Creates aPOSTaggerCrossValidator
using the givenPOSTaggerFactory
.