Package | Description |
---|---|
opennlp.tools.namefind |
Package related to finding proper names and numeric amounts.
|
Modifier and Type | Method and Description |
---|---|
static RegexNameFinderFactory.DEFAULT_REGEX_NAME_FINDER |
RegexNameFinderFactory.DEFAULT_REGEX_NAME_FINDER.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegexNameFinderFactory.DEFAULT_REGEX_NAME_FINDER[] |
RegexNameFinderFactory.DEFAULT_REGEX_NAME_FINDER.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static RegexNameFinder |
RegexNameFinderFactory.getDefaultRegexNameFinders(Map<String,Pattern[]> config,
RegexNameFinderFactory.DEFAULT_REGEX_NAME_FINDER... defaults)
Allows for use of selected Defaults as well as regexes from external
configuration
|
static RegexNameFinder |
RegexNameFinderFactory.getDefaultRegexNameFinders(RegexNameFinderFactory.DEFAULT_REGEX_NAME_FINDER... defaults)
Returns a RegexNamefinder that will utilize specified default regexes.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.