public class CjkBreakEngine extends DictionaryBreakEngine
DictionaryBreakEngine.DequeI| Constructor and Description |
|---|
CjkBreakEngine(boolean korean) |
| Modifier and Type | Method and Description |
|---|---|
int |
divideUpDictionaryRange(CharacterIterator inText,
int startPos,
int endPos,
DictionaryBreakEngine.DequeI foundBreaks,
boolean isPhraseBreaking)
Divide up a range of known dictionary characters handled by this break engine.
|
boolean |
equals(Object obj) |
int |
hashCode() |
findBreaks, handlespublic CjkBreakEngine(boolean korean)
throws IOException
IOExceptionpublic int divideUpDictionaryRange(CharacterIterator inText, int startPos, int endPos, DictionaryBreakEngine.DequeI foundBreaks, boolean isPhraseBreaking)
DictionaryBreakEngineDivide up a range of known dictionary characters handled by this break engine.
inText - A UText representing the textstartPos - The start of the range of dictionary charactersendPos - The end of the range of dictionary charactersfoundBreaks - Output of break positions. Positions are pushed.
Pre-existing contents of the output stack are unaltered.