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 POSTaggerFactoryPOSTaggerFactory.create(String subclassName, byte[] featureGeneratorBytes, Map<String, Object> resources, opennlp.tools.postag.TagDictionary posDictionary) Instantiates aPOSTaggerFactoryvia a givensubclassName.POSModel.getFactory()Methods in opennlp.tools.postag with parameters of type POSTaggerFactoryModifier and TypeMethodDescriptionstatic POSModelPOSTaggerME.train(String languageCode, opennlp.tools.util.ObjectStream<opennlp.tools.postag.POSSample> samples, opennlp.tools.util.TrainingParameters mlParams, POSTaggerFactory posFactory) Starts a training of aPOSModelwith the given parameters.Constructors in opennlp.tools.postag with parameters of type POSTaggerFactoryModifierConstructorDescriptionPOSModel(String languageCode, opennlp.tools.ml.model.MaxentModel posModel, int beamSize, Map<String, String> manifestInfoEntries, POSTaggerFactory posFactory) Initializes aPOSModelinstance via given parameters.POSModel(String languageCode, opennlp.tools.ml.model.MaxentModel posModel, Map<String, String> manifestInfoEntries, POSTaggerFactory posFactory) Initializes aPOSModelinstance via given parameters.POSModel(String languageCode, opennlp.tools.ml.model.SequenceClassificationModel posModel, Map<String, String> manifestInfoEntries, POSTaggerFactory posFactory) Initializes aPOSModelinstance via given parameters.POSTaggerCrossValidator(String languageCode, opennlp.tools.util.TrainingParameters trainParam, POSTaggerFactory factory, POSTagFormat format, opennlp.tools.postag.POSTaggerEvaluationMonitor... listeners) Creates aPOSTaggerCrossValidatorusing the givenPOSTaggerFactory.POSTaggerCrossValidator(String languageCode, opennlp.tools.util.TrainingParameters trainParam, POSTaggerFactory factory, opennlp.tools.postag.POSTaggerEvaluationMonitor... listeners) Creates aPOSTaggerCrossValidatorusing the givenPOSTaggerFactory.