Uses of Class
opennlp.tools.namefind.RegexNameFinderFactory.DEFAULT_REGEX_NAME_FINDER
-
Packages that use RegexNameFinderFactory.DEFAULT_REGEX_NAME_FINDER Package Description opennlp.tools.namefind Package related to finding proper names and numeric amounts. -
-
Uses of RegexNameFinderFactory.DEFAULT_REGEX_NAME_FINDER in opennlp.tools.namefind
Methods in opennlp.tools.namefind that return RegexNameFinderFactory.DEFAULT_REGEX_NAME_FINDER Modifier and Type Method 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.Methods in opennlp.tools.namefind with parameters of type RegexNameFinderFactory.DEFAULT_REGEX_NAME_FINDER Modifier and Type Method 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 configurationstatic RegexNameFinder
RegexNameFinderFactory. getDefaultRegexNameFinders(RegexNameFinderFactory.DEFAULT_REGEX_NAME_FINDER... defaults)
Returns a RegexNamefinder that will utilize specified default regexes.
-