Uses of Interface
opennlp.tools.namefind.NameContextGenerator

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

Uses of NameContextGenerator in opennlp.tools.namefind
 

Classes in opennlp.tools.namefind that implement NameContextGenerator
 class DefaultNameContextGenerator
          Class for determining contextual features for a tag/chunk style named-entity recognizer.
 

Fields in opennlp.tools.namefind declared as NameContextGenerator
protected  NameContextGenerator NameFinderME.contextGenerator
           
 

Constructors in opennlp.tools.namefind with parameters of type NameContextGenerator
NameFinderEventStream(NameSampleStream dataStream, NameContextGenerator contextGenerator)
          Creates a new name finder event stream using the specified data stream and context generator.
NameFinderME(opennlp.maxent.MaxentModel mod, NameContextGenerator cg)
          Creates a new name finder with the specified model and context generator.
NameFinderME(opennlp.maxent.MaxentModel mod, NameContextGenerator cg, int beamSize)
          Creates a new name finder with the specified model and context generator.
 



Copyright 2008 Jason Baldridge, Gann Bierner, and Thomas Morton. All Rights Reserved.