Uses of Enum Class
opennlp.tools.namefind.RegexNameFinderFactory.DEFAULT_REGEX_NAME_FINDER
Packages that use RegexNameFinderFactory.DEFAULT_REGEX_NAME_FINDER
Package
Description
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_FINDERModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.RegexNameFinderFactory.DEFAULT_REGEX_NAME_FINDER.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in opennlp.tools.namefind with parameters of type RegexNameFinderFactory.DEFAULT_REGEX_NAME_FINDERModifier 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.