Uses of Package
opennlp.tools.namefind

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

Classes in opennlp.tools.namefind used by opennlp.tools.namefind
AdaptiveFeatureGenerator
          An interface for generating features for name entity identification and for updating document level contexts.
FeatureGeneratorAdapter
          This class provides empty implementations of some of the optional methods in AdditionalContextFeatureGenerator to make implementing feature generators easier.
NameContextGenerator
          Interface for generating the context for an name finder by specifying a set of geature generators.
NameSample
          Class for holding names for a single unit of text.
NameSampleStream
          Interface for provinding a stream of names.
TokenNameFinder
          The interface for name finders which provide name tags for a sequence of tokens.
 



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