Uses of Interface
opennlp.tools.namefind.TokenNameFinder

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

Uses of TokenNameFinder in opennlp.tools.namefind
 

Classes in opennlp.tools.namefind that implement TokenNameFinder
 class DictionaryNameFinder
          This is a dictionary based name finder, it scans text for names inside a dictionary.
 class NameFinderME
          Class for creating a maximum-entropy-based name finder.
 class RegexNameFinder
          Name finder based on a series of regular expressions.
 

Constructors in opennlp.tools.namefind with parameters of type TokenNameFinder
DictionaryFeatureGenerator(TokenNameFinder finder)
          Initializes the current instance.
 



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