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.
|
Modifier and Type | Class and 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.
|
Constructor and Description |
---|
TokenNameFinderEvaluator(TokenNameFinder nameFinder,
TokenNameFinderEvaluationMonitor... listeners)
Initializes the current instance with the given
TokenNameFinder . |
Constructor and Description |
---|
InSpanGenerator(String prefix,
TokenNameFinder finder)
Initializes the current instance.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.