Package | Description |
---|---|
cn.hutool.extra.tokenizer |
中文分词封装
通过定义统一接口,适配第三方分词引擎 |
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 |
---|---|
protected Word |
AbstractResult.computeNext() |
protected abstract Word |
AbstractResult.nextWord()
下一个单词,通过实现此方法获取下一个单词,null表示无下一个结果。
|
Modifier and Type | Class and Description |
---|---|
class |
AnalysisWord
Lucene-analysis分词中的一个单词包装
|
Modifier and Type | Method and Description |
---|---|
protected Word |
AnalysisResult.nextWord() |
Modifier and Type | Class and Description |
---|---|
class |
AnsjWord
Ansj分词中的一个单词包装
|
Modifier and Type | Method and Description |
---|---|
Word |
AnsjResult.next() |
Modifier and Type | Method and Description |
---|---|
Iterator<Word> |
AnsjResult.iterator() |
Modifier and Type | Class and Description |
---|---|
class |
HanLPWord
HanLP分词中的一个单词包装
|
Modifier and Type | Method and Description |
---|---|
Word |
HanLPResult.next() |
Modifier and Type | Class and Description |
---|---|
class |
IKAnalyzerWord
IKAnalyzer分词中的一个单词包装
|
Modifier and Type | Method and Description |
---|---|
protected Word |
IKAnalyzerResult.nextWord() |
Modifier and Type | Class and Description |
---|---|
class |
JcsegWord
Jcseg分词中的一个单词包装
|
Modifier and Type | Method and Description |
---|---|
protected Word |
JcsegResult.nextWord() |
Modifier and Type | Class and Description |
---|---|
class |
JiebaWord
Jieba分词中的一个单词包装
|
Modifier and Type | Method and Description |
---|---|
Word |
JiebaResult.next() |
Modifier and Type | Class and Description |
---|---|
class |
MmsegWord
mmseg分词中的一个单词包装
|
Modifier and Type | Method and Description |
---|---|
protected Word |
MmsegResult.nextWord() |
Modifier and Type | Class and Description |
---|---|
class |
MynlpWord
mmseg分词中的一个单词包装
|
Modifier and Type | Method and Description |
---|---|
Word |
MynlpResult.next() |
Modifier and Type | Class and Description |
---|---|
class |
WordWord
Word分词中的一个单词包装
|
Modifier and Type | Method and Description |
---|---|
Word |
WordResult.next() |
Copyright © 2024. All rights reserved.