public interface TokenizerEngine
Modifier and Type | Method and Description |
---|---|
Result |
parse(CharSequence text)
文本分词处理接口,通过实现此接口完成分词,产生分词结果
|
Result parse(CharSequence text)
text
- 需要分词的文本Result
分词结果实现Copyright © 2024. All rights reserved.