Uses of Class
opennlp.tools.chunker.ChunkerFactory

Packages that use ChunkerFactory
opennlp.tools.chunker Package related to finding non-recursive syntactic annotation such as noun phrase chunks. 
 

Uses of ChunkerFactory in opennlp.tools.chunker
 

Methods in opennlp.tools.chunker that return ChunkerFactory
static ChunkerFactory ChunkerFactory.create(String subclassName)
           
 ChunkerFactory ChunkerModel.getFactory()
           
 

Methods in opennlp.tools.chunker with parameters of type ChunkerFactory
static ChunkerModel ChunkerME.train(String lang, ObjectStream<ChunkSample> in, TrainingParameters mlParams, ChunkerFactory factory)
           
 

Constructors in opennlp.tools.chunker with parameters of type ChunkerFactory
ChunkerCrossValidator(String languageCode, TrainingParameters params, ChunkerFactory factory, ChunkerEvaluationMonitor... listeners)
           
ChunkerModel(String languageCode, opennlp.model.AbstractModel chunkerModel, ChunkerFactory factory)
           
ChunkerModel(String languageCode, opennlp.model.AbstractModel chunkerModel, Map<String,String> manifestInfoEntries, ChunkerFactory factory)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.