Uses of Interface
opennlp.tools.namefind.TokenNameFinder
-
Packages that use TokenNameFinder Package Description 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 Modifier and Type Class Description 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 Constructor Description TokenNameFinderEvaluator(TokenNameFinder nameFinder, TokenNameFinderEvaluationMonitor... listeners)
Initializes the current instance with the givenTokenNameFinder
. -
Uses of TokenNameFinder in opennlp.tools.util.featuregen
Constructors in opennlp.tools.util.featuregen with parameters of type TokenNameFinder Constructor Description InSpanGenerator(String prefix, TokenNameFinder finder)
Initializes the current instance.
-