public abstract class AbstractWordTokenizerImpl extends Object
| Modifier and Type | Field and Description |
|---|---|
String[] |
EXPLIZIT_CUT |
protected Set<String> |
objAbbrevList |
protected String |
strAbbrevListFile |
| Constructor and Description |
|---|
AbstractWordTokenizerImpl()
Creates a new instance of AbstractWordTokenizerImpl
|
| Modifier and Type | Method and Description |
|---|---|
String |
execute(String strLine) |
protected int |
getWhiteSpaceBeforeDot(int intPosDot,
String strFragment) |
protected ArrayList<int[]> |
getWhitespacePositions(String strCurLine) |
Copyright © 2013. All rights reserved.