public interface ISegment
| Modifier and Type | Field and Description |
|---|---|
static int |
CHECK_CE_MASk |
static int |
CHECK_CF_MASK |
static int |
CHECK_EC_MASK
Whether to check the English Chinese mixed suffix
For the new implementation of the mixed word recognition
Added at 2016/11/22
|
static int |
START_SS_MASK |
| Modifier and Type | Method and Description |
|---|---|
int |
getStreamPosition()
get the current length of the stream
|
IWord |
next()
segment a word from a char array
from a specified position.
|
void |
reset(Reader input)
reset the reader
|
static final int CHECK_CE_MASk
static final int CHECK_CF_MASK
static final int START_SS_MASK
static final int CHECK_EC_MASK
void reset(Reader input) throws IOException
input - IOExceptionint getStreamPosition()
IWord next() throws IOException
IOExceptionCopyright © 2017. All Rights Reserved.