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 java.util.Map<java.lang.String,java.util.regex.Pattern[]>
getRegexMap()
java.lang.String
getType()
-