public interface ISegmenter
| Modifier and Type | Method and Description |
|---|---|
void |
nextLexeme(char[] segmentBuff,
Context context)
从分析器读取下一个可能分解的词元对象
|
void |
reset()
重置子分析器状态
|
void nextLexeme(char[] segmentBuff,
Context context)
segmentBuff - 文本缓冲context - 分词算法上下文void reset()
Copyright © 2022. All rights reserved.