Package | Description |
---|---|
cn.hutool.extra.tokenizer |
中文分词封装
通过定义统一接口,适配第三方分词引擎 |
cn.hutool.extra.tokenizer.engine |
第三方分词引擎实现
|
cn.hutool.extra.tokenizer.engine.analysis |
Lucene-analysis分词抽象封装
项目地址:https://github.com/apache/lucene-solr/tree/master/lucene/analysis |
cn.hutool.extra.tokenizer.engine.ansj |
Ansj分词实现
项目地址:https://github.com/NLPchina/ansj_seg |
cn.hutool.extra.tokenizer.engine.hanlp |
HanLP分词引擎实现
项目地址:https://github.com/hankcs/HanLP |
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.jieba |
Jieba分词引擎实现
项目地址:https://github.com/huaban/jieba-analysis |
cn.hutool.extra.tokenizer.engine.mmseg |
mmseg4j分词引擎实现
项目地址:https://github.com/chenlb/mmseg4j-core |
cn.hutool.extra.tokenizer.engine.mynlp |
MYNLP 中文NLP工具包分词实现
项目地址:https://github.com/mayabot/mynlp/ |
cn.hutool.extra.tokenizer.engine.word |
Word分词引擎实现
项目地址:https://github.com/ysc/word |
Modifier and Type | Method and Description |
---|---|
static TokenizerEngine |
TokenizerUtil.createEngine()
根据用户引入的分词引擎jar,自动创建对应的分词引擎对象
|
Modifier and Type | Method and Description |
---|---|
static TokenizerEngine |
TokenizerFactory.create()
根据用户引入的分词引擎jar,自动创建对应的分词引擎对象
|
static TokenizerEngine |
TokenizerFactory.get()
根据用户引入的模板引擎jar,自动创建对应的分词引擎对象
获得的是单例的TokenizerEngine |
Modifier and Type | Class and Description |
---|---|
class |
AnalysisEngine
Lucene-analysis分词抽象封装
项目地址:https://github.com/apache/lucene-solr/tree/master/lucene/analysis |
class |
SmartcnEngine
Lucene-smartcn分词引擎实现
项目地址:https://github.com/apache/lucene-solr/tree/master/lucene/analysis/smartcn |
Modifier and Type | Class and Description |
---|---|
class |
AnsjEngine
Ansj分词引擎实现
项目地址:https://github.com/NLPchina/ansj_seg |
Modifier and Type | Class and Description |
---|---|
class |
HanLPEngine
HanLP分词引擎实现
项目地址:https://github.com/hankcs/HanLP |
Modifier and Type | Class and Description |
---|---|
class |
IKAnalyzerEngine
IKAnalyzer分词引擎实现
项目地址:https://github.com/yozhao/IKAnalyzer |
Modifier and Type | Class and Description |
---|---|
class |
JcsegEngine
Jcseg分词引擎实现
项目地址:https://gitee.com/lionsoul/jcseg |
Modifier and Type | Class and Description |
---|---|
class |
JiebaEngine
Jieba分词引擎实现
项目地址:https://github.com/huaban/jieba-analysis |
Modifier and Type | Class and Description |
---|---|
class |
MmsegEngine
mmseg4j分词引擎实现
项目地址:https://github.com/chenlb/mmseg4j-core |
Modifier and Type | Class and Description |
---|---|
class |
MynlpEngine
MYNLP 中文NLP工具包分词实现
项目地址:https://github.com/mayabot/mynlp/ |
Modifier and Type | Class and Description |
---|---|
class |
WordEngine
Word分词引擎实现
项目地址:https://github.com/ysc/word |
Copyright © 2024. All rights reserved.