Uses of Interface
org.miaixz.bus.extra.nlp.NLPProvider
Packages that use NLPProvider
Package
Description
Provides a unified encapsulation for Natural Language Processing (NLP) functionalities, specifically focusing on
Chinese word segmentation.
Provides an abstract wrapper for Lucene-analysis based word segmentation engines.
Provides the Ansj word segmentation engine implementation.
Provides the HanLP word segmentation engine implementation.
Provides the Jcseg word segmentation engine implementation.
Provides the Jieba word segmentation engine implementation.
Provides the mmseg4j word segmentation engine implementation.
Provides the Mynlp word segmentation engine implementation.
Provides the Word word segmentation engine implementation.
-
Uses of NLPProvider in org.miaixz.bus.extra.nlp
Methods in org.miaixz.bus.extra.nlp that return NLPProviderModifier and TypeMethodDescriptionstatic NLPProviderNLPFactory.createEngine()Automatically creates a new instance of the corresponding word segmentation engine object.static NLPProviderNLPFactory.createEngine(String engineName) Creates a custom word segmentation engine object by its name.static NLPProviderNLPKit.createEngine(String engineName) Creates a word segmentation engine object with the specified engine name.static NLPProviderNLPFactory.getEngine()Automatically creates and retrieves a singleton instance of the corresponding word segmentation engine object.static NLPProviderNLPKit.getEngine()Automatically creates and retrieves the corresponding word segmentation engine object. -
Uses of NLPProvider in org.miaixz.bus.extra.nlp.provider.analysis
Classes in org.miaixz.bus.extra.nlp.provider.analysis that implement NLPProviderModifier and TypeClassDescriptionclassAbstract provider for Lucene-analysis based word segmentation engines.classLucene-smartcn word segmentation engine implementation. -
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 word segmentation engine implementation. -
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 word segmentation engine implementation. -
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 word segmentation engine implementation. -
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 word segmentation engine implementation. -
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 word segmentation engine implementation. -
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 word segmentation engine implementation. -
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 word segmentation engine implementation.