Uses of Class
opennlp.tools.namefind.RegexNameFinder
Packages that use RegexNameFinder
Package
Description
Package related to finding proper names and numeric amounts.
-
Uses of RegexNameFinder in opennlp.tools.namefind
Methods in opennlp.tools.namefind that return RegexNameFinderModifier and TypeMethodDescriptionstatic 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) Retrieves aRegexNameFinder
that will utilize specified default regexes.