Uses of Class
opennlp.tools.postag.POSTaggerFactory
-
Packages that use POSTaggerFactory Package Description opennlp.tools.postag Package related to part-of-speech tagging. -
-
Uses of POSTaggerFactory in opennlp.tools.postag
Methods in opennlp.tools.postag that return POSTaggerFactory Modifier and Type Method Description static POSTaggerFactoryPOSTaggerFactory. create(String subclassName, byte[] featureGeneratorBytes, Map<String,Object> resources, TagDictionary posDictionary)Instantiates aPOSTaggerFactoryvia a givensubclassName.POSTaggerFactoryPOSModel. getFactory()Methods in opennlp.tools.postag with parameters of type POSTaggerFactory Modifier and Type Method Description static POSModelPOSTaggerME. train(String languageCode, ObjectStream<POSSample> samples, TrainingParameters trainParams, POSTaggerFactory posFactory)Constructors in opennlp.tools.postag with parameters of type POSTaggerFactory Constructor Description POSModel(String languageCode, MaxentModel posModel, int beamSize, Map<String,String> manifestInfoEntries, POSTaggerFactory posFactory)Initializes aPOSModelinstance via given parameters.POSModel(String languageCode, MaxentModel posModel, Map<String,String> manifestInfoEntries, POSTaggerFactory posFactory)Initializes aPOSModelinstance via given parameters.POSModel(String languageCode, SequenceClassificationModel<String> posModel, Map<String,String> manifestInfoEntries, POSTaggerFactory posFactory)Initializes aPOSModelinstance via given parameters.POSTaggerCrossValidator(String languageCode, TrainingParameters trainParam, POSTaggerFactory factory, POSTaggerEvaluationMonitor... listeners)Creates aPOSTaggerCrossValidatorusing the givenPOSTaggerFactory.
-