Package | Description |
---|---|
cn.hutool.extra.tokenizer.engine.analysis |
Lucene-analysis分词抽象封装
项目地址:https://github.com/apache/lucene-solr/tree/master/lucene/analysis |
cn.hutool.extra.tokenizer.engine.ikanalyzer |
IKAnalyzer分词引擎实现
项目地址:https://github.com/yozhao/IKAnalyzer |
cn.hutool.extra.tokenizer.engine.jcseg |
Jcseg分词引擎实现
项目地址:https://gitee.com/lionsoul/jcseg |
cn.hutool.extra.tokenizer.engine.mmseg |
mmseg4j分词引擎实现
项目地址:https://github.com/chenlb/mmseg4j-core |
Modifier and Type | Class and Description |
---|---|
class |
AnalysisResult
Lucene-analysis分词抽象结果封装
项目地址:https://github.com/apache/lucene-solr/tree/master/lucene/analysis |
Modifier and Type | Class and Description |
---|---|
class |
IKAnalyzerResult
IKAnalyzer分词结果实现
项目地址:https://github.com/yozhao/IKAnalyzer |
Modifier and Type | Class and Description |
---|---|
class |
JcsegResult
Jcseg分词结果包装
项目地址:https://gitee.com/lionsoul/jcseg |
Modifier and Type | Class and Description |
---|---|
class |
MmsegResult
mmseg4j分词结果实现
项目地址:https://github.com/chenlb/mmseg4j-core |
Copyright © 2024. All rights reserved.