Uses of Class
opennlp.tools.namefind.RegexNameFinder
-
Packages that use RegexNameFinder Package Description opennlp.tools.namefind Package related to finding proper names and numeric amounts. -
-
Uses of RegexNameFinder in opennlp.tools.namefind
Methods in opennlp.tools.namefind that return RegexNameFinder 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.
-