Uses of Interface
org.miaixz.bus.extra.nlp.NLPProvider
Packages that use NLPProvider
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 NLPProvider in org.miaixz.bus.extra.nlp
Methods in org.miaixz.bus.extra.nlp that return NLPProviderModifier and TypeMethodDescriptionstatic NLPProviderNLPFactory.createEngine()根据用户引入的分词引擎jar,自动创建对应的分词引擎对象static NLPProviderNLPFactory.createEngine(String engineName) 创建自定义引擎static NLPProviderNLPKit.createEngine(String engineName) 创建对应名称的分词引擎对象static NLPProviderNLPFactory.getEngine()根据用户引入的模板引擎jar,自动创建对应的分词引擎对象 获得的是单例的TokenizerEnginestatic NLPProviderNLPKit.getEngine()根据用户引入的分词引擎jar,自动创建对应的分词引擎对象 -
Uses of NLPProvider in org.miaixz.bus.extra.nlp.provider.analysis
Classes in org.miaixz.bus.extra.nlp.provider.analysis that implement NLPProviderModifier and TypeClassDescriptionclassLucene-analysis分词抽象封装 项目地址:https://github.com/apache/lucene-solr/tree/master/lucene/analysisclassLucene-smartcn分词引擎实现 项目地址:https://github.com/apache/lucene-solr/tree/master/lucene/analysis/smartcn -
Uses of NLPProvider in org.miaixz.bus.extra.nlp.provider.ansj
Classes in org.miaixz.bus.extra.nlp.provider.ansj that implement NLPProviderModifier and TypeClassDescriptionclassAnsj分词引擎实现 项目地址:https://github.com/NLPchina/ansj_seg -
Uses of NLPProvider in org.miaixz.bus.extra.nlp.provider.hanlp
Classes in org.miaixz.bus.extra.nlp.provider.hanlp that implement NLPProviderModifier and TypeClassDescriptionclassHanLP分词引擎实现 项目地址:https://github.com/hankcs/HanLPSegment.seg(String)方法线程安全 -
Uses of NLPProvider in org.miaixz.bus.extra.nlp.provider.ikanalyzer
Classes in org.miaixz.bus.extra.nlp.provider.ikanalyzer that implement NLPProviderModifier and TypeClassDescriptionclassIKAnalyzer分词引擎实现 项目地址:https://github.com/yozhao/IKAnalyzerIKSegmenter非线程全,因此每次单独创建对象 -
Uses of NLPProvider in org.miaixz.bus.extra.nlp.provider.jcseg
Classes in org.miaixz.bus.extra.nlp.provider.jcseg that implement NLPProviderModifier and TypeClassDescriptionclassJcseg分词引擎实现 项目地址:https://gitee.com/lionsoul/jcsegISegment非线程安全,每次单独创建 -
Uses of NLPProvider in org.miaixz.bus.extra.nlp.provider.jieba
Classes in org.miaixz.bus.extra.nlp.provider.jieba that implement NLPProviderModifier and TypeClassDescriptionclassJieba分词引擎实现 项目地址:https://github.com/huaban/jieba-analysisJiebaSegmenter.process(String, SegMode)线程安全 -
Uses of NLPProvider in org.miaixz.bus.extra.nlp.provider.mmseg
Classes in org.miaixz.bus.extra.nlp.provider.mmseg that implement NLPProviderModifier and TypeClassDescriptionclassmmseg4j分词引擎实现 项目地址:https://github.com/chenlb/mmseg4j-coreMMSeg非线程安全,故单独创建之 -
Uses of NLPProvider in org.miaixz.bus.extra.nlp.provider.mynlp
Classes in org.miaixz.bus.extra.nlp.provider.mynlp that implement NLPProviderModifier and TypeClassDescriptionclassMYNLP 中文NLP工具包分词实现 项目地址:https://github.com/mayabot/mynlp/Lexer线程安全 -
Uses of NLPProvider in org.miaixz.bus.extra.nlp.provider.word
Classes in org.miaixz.bus.extra.nlp.provider.word that implement NLPProviderModifier and TypeClassDescriptionclassWord分词引擎实现 项目地址:https://github.com/ysc/wordSegmentation线程安全