Uses of Class
opennlp.tools.chunker.ChunkerFactory
-
Packages that use ChunkerFactory Package Description opennlp.tools.chunker Package related to finding non-recursive syntactic annotation such as noun phrase chunks.opennlp.tools.parser Package containing common code for performing full syntactic parsing. -
-
Uses of ChunkerFactory in opennlp.tools.chunker
Methods in opennlp.tools.chunker that return ChunkerFactory Modifier and Type Method Description static ChunkerFactory
ChunkerFactory. create(String subclassName)
ChunkerFactory
ChunkerModel. getFactory()
Methods in opennlp.tools.chunker with parameters of type ChunkerFactory Modifier and Type Method Description static ChunkerModel
ChunkerME. train(String lang, ObjectStream<ChunkSample> in, TrainingParameters mlParams, ChunkerFactory factory)
Constructors in opennlp.tools.chunker with parameters of type ChunkerFactory Constructor Description ChunkerCrossValidator(String languageCode, TrainingParameters params, ChunkerFactory factory, ChunkerEvaluationMonitor... listeners)
ChunkerModel(String languageCode, MaxentModel chunkerModel, int beamSize, Map<String,String> manifestInfoEntries, ChunkerFactory factory)
ChunkerModel(String languageCode, MaxentModel chunkerModel, Map<String,String> manifestInfoEntries, ChunkerFactory factory)
ChunkerModel(String languageCode, MaxentModel chunkerModel, ChunkerFactory factory)
ChunkerModel(String languageCode, SequenceClassificationModel<String> chunkerModel, Map<String,String> manifestInfoEntries, ChunkerFactory factory)
-
Uses of ChunkerFactory in opennlp.tools.parser
Subclasses of ChunkerFactory in opennlp.tools.parser Modifier and Type Class Description class
ParserChunkerFactory
-