Uses of Interface
org.miaixz.bus.extra.nlp.NLPResult
Packages that use NLPResult
Package
Description
中文分词封装 通过定义统一接口,适配第三方分词引擎
Lucene-analysis分词抽象封装 项目地址:https://github.com/apache/lucene-solr/tree/master/lucene/analysis
Ansj分词实现 项目地址:https://github.com/NLPchina/ansj_seg
HanLP分词引擎实现 项目地址:https://github.com/hankcs/HanLP
IKAnalyzer分词引擎实现 项目地址:https://github.com/yozhao/IKAnalyzer
Jcseg分词引擎实现 项目地址:https://gitee.com/lionsoul/jcseg
Jieba分词引擎实现 项目地址:https://github.com/huaban/jieba-analysis
mmseg4j分词引擎实现 项目地址:https://github.com/chenlb/mmseg4j-core
MYNLP 中文NLP工具包分词实现 项目地址:https://github.com/mayabot/mynlp/
Word分词引擎实现 项目地址:https://github.com/ysc/word
-
Uses of NLPResult in org.miaixz.bus.extra.nlp
Classes in org.miaixz.bus.extra.nlp that implement NLPResultModifier and TypeClassDescriptionclassMethods in org.miaixz.bus.extra.nlp that return NLPResult -
Uses of NLPResult in org.miaixz.bus.extra.nlp.provider.analysis
Classes in org.miaixz.bus.extra.nlp.provider.analysis that implement NLPResultModifier and TypeClassDescriptionclassLucene-analysis分词抽象结果封装 项目地址:https://github.com/apache/lucene-solr/tree/master/lucene/analysisMethods in org.miaixz.bus.extra.nlp.provider.analysis that return NLPResult -
Uses of NLPResult in org.miaixz.bus.extra.nlp.provider.ansj
Classes in org.miaixz.bus.extra.nlp.provider.ansj that implement NLPResultModifier and TypeClassDescriptionclassAnsj分词结果实现 项目地址:https://github.com/NLPchina/ansj_segMethods in org.miaixz.bus.extra.nlp.provider.ansj that return NLPResult -
Uses of NLPResult in org.miaixz.bus.extra.nlp.provider.hanlp
Classes in org.miaixz.bus.extra.nlp.provider.hanlp that implement NLPResultModifier and TypeClassDescriptionclassHanLP分词结果实现 项目地址:https://github.com/hankcs/HanLPMethods in org.miaixz.bus.extra.nlp.provider.hanlp that return NLPResult -
Uses of NLPResult in org.miaixz.bus.extra.nlp.provider.ikanalyzer
Classes in org.miaixz.bus.extra.nlp.provider.ikanalyzer that implement NLPResultModifier and TypeClassDescriptionclassIKAnalyzer分词结果实现 项目地址:https://github.com/yozhao/IKAnalyzerMethods in org.miaixz.bus.extra.nlp.provider.ikanalyzer that return NLPResult -
Uses of NLPResult in org.miaixz.bus.extra.nlp.provider.jcseg
Classes in org.miaixz.bus.extra.nlp.provider.jcseg that implement NLPResultModifier and TypeClassDescriptionclassJcseg分词结果包装 项目地址:https://gitee.com/lionsoul/jcsegMethods in org.miaixz.bus.extra.nlp.provider.jcseg that return NLPResult -
Uses of NLPResult in org.miaixz.bus.extra.nlp.provider.jieba
Classes in org.miaixz.bus.extra.nlp.provider.jieba that implement NLPResultModifier and TypeClassDescriptionclassJieba分词结果实现 项目地址:https://github.com/huaban/jieba-analysisMethods in org.miaixz.bus.extra.nlp.provider.jieba that return NLPResult -
Uses of NLPResult in org.miaixz.bus.extra.nlp.provider.mmseg
Classes in org.miaixz.bus.extra.nlp.provider.mmseg that implement NLPResultModifier and TypeClassDescriptionclassmmseg4j分词结果实现 项目地址:https://github.com/chenlb/mmseg4j-coreMethods in org.miaixz.bus.extra.nlp.provider.mmseg that return NLPResult -
Uses of NLPResult in org.miaixz.bus.extra.nlp.provider.mynlp
Classes in org.miaixz.bus.extra.nlp.provider.mynlp that implement NLPResultModifier and TypeClassDescriptionclassMYNLP 中文NLP工具包分词结果实现 项目地址:https://github.com/mayabot/mynlp/Methods in org.miaixz.bus.extra.nlp.provider.mynlp that return NLPResult -
Uses of NLPResult in org.miaixz.bus.extra.nlp.provider.word
Classes in org.miaixz.bus.extra.nlp.provider.word that implement NLPResultMethods in org.miaixz.bus.extra.nlp.provider.word that return NLPResult