Package opennlp.tools.namefind
Interface RegexNameFinderFactory.RegexAble
-
- All Known Implementing Classes:
RegexNameFinderFactory.DEFAULT_REGEX_NAME_FINDER
- Enclosing class:
- RegexNameFinderFactory
public static interface RegexNameFinderFactory.RegexAble
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Pattern[]>
getRegexMap()
String
getType()
-