Uses of Interface
opennlp.tools.namefind.TokenNameFinder

Packages that use TokenNameFinder
opennlp.tools.namefind Package related to finding proper names and numeric amounts. 
opennlp.tools.util.featuregen This package contains classes for generating sequence features. 
 

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
TokenNameFinderEvaluator(TokenNameFinder nameFinder)
          Initializes the current instance with the given TokenNameFinder.
 

Uses of TokenNameFinder in opennlp.tools.util.featuregen
 

Constructors in opennlp.tools.util.featuregen with parameters of type TokenNameFinder
InSpanGenerator(String prefix, TokenNameFinder finder)
          Initializes the current instance.
 



Copyright © 2010. All Rights Reserved.