Package opennlp.tools.tokenize.lang
Class Factory
- java.lang.Object
 - 
- opennlp.tools.tokenize.lang.Factory
 
 
- 
public class Factory extends Object
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_ALPHANUMERIC 
- 
Constructor Summary
Constructors Constructor Description Factory() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TokenContextGeneratorcreateTokenContextGenerator(String languageCode, Set<String> abbreviations)PatterngetAlphanumeric(String languageCode)Gets the alpha numeric pattern for the language. 
 - 
 
- 
- 
Field Detail
- 
DEFAULT_ALPHANUMERIC
public static final String DEFAULT_ALPHANUMERIC
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
getAlphanumeric
public Pattern getAlphanumeric(String languageCode)
Gets the alpha numeric pattern for the language. Please save the value locally because this call is expensive.- Parameters:
 languageCode- the language code. If null or unknow the default pattern will be returned.- Returns:
 - the alpha numeric pattern for the language or the default pattern.
 
 
- 
createTokenContextGenerator
public TokenContextGenerator createTokenContextGenerator(String languageCode, Set<String> abbreviations)
 
 - 
 
 -