| Package | Description | 
|---|---|
| opennlp.tools.namefind | 
 Package related to finding proper names and numeric amounts. 
 | 
| 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.