Uses of Class
opennlp.tools.namefind.TokenNameFinderModel

Packages that use TokenNameFinderModel
opennlp.tools.namefind Package related to finding proper names and numeric amounts. 
 

Uses of TokenNameFinderModel in opennlp.tools.namefind
 

Methods in opennlp.tools.namefind that return TokenNameFinderModel
static TokenNameFinderModel NameFinderME.train(String languageCode, String type, ObjectStream<NameSample> samples, AdaptiveFeatureGenerator generator, Map<String,Object> resources, int iterations, int cutoff)
          Trains a name finder model.
static TokenNameFinderModel NameFinderME.train(String languageCode, String type, ObjectStream<NameSample> samples, Map<String,Object> resources)
           
static TokenNameFinderModel NameFinderME.train(String languageCode, String type, ObjectStream<NameSample> samples, Map<String,Object> resources, int iterations, int cutoff)
           
 

Constructors in opennlp.tools.namefind with parameters of type TokenNameFinderModel
NameFinderME(TokenNameFinderModel model)
           
NameFinderME(TokenNameFinderModel model, AdaptiveFeatureGenerator generator, int beamSize)
          Initializes the name finder with the specified model.
NameFinderME(TokenNameFinderModel model, int beamSize)
           
 



Copyright © 2010. All Rights Reserved.