Uses of Interface
org.miaixz.bus.extra.nlp.NLPResult
Packages that use NLPResult
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 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 TypeClassDescriptionclassAbstract result wrapper for Lucene-analysis word segmentation.Methods in org.miaixz.bus.extra.nlp.provider.analysis that return NLPResultModifier and TypeMethodDescriptionAnalysisProvider.parse(CharSequence text) Performs word segmentation on the given text using the configured LuceneAnalyzer. -
Uses of NLPResult in org.miaixz.bus.extra.nlp.provider.ansj
Classes in org.miaixz.bus.extra.nlp.provider.ansj that implement NLPResultModifier and TypeClassDescriptionclassImplementation ofNLPResultfor Ansj word segmentation results.Methods in org.miaixz.bus.extra.nlp.provider.ansj that return NLPResultModifier and TypeMethodDescriptionAnsjProvider.parse(CharSequence text) Performs word segmentation on the given text using the configured AnsjAnalysisinstance. -
Uses of NLPResult in org.miaixz.bus.extra.nlp.provider.hanlp
Classes in org.miaixz.bus.extra.nlp.provider.hanlp that implement NLPResultModifier and TypeClassDescriptionclassImplementation ofNLPResultfor HanLP word segmentation results.Methods in org.miaixz.bus.extra.nlp.provider.hanlp that return NLPResultModifier and TypeMethodDescriptionHanLPProvider.parse(CharSequence text) Performs word segmentation on the given text using the configured HanLPSegmentinstance. -
Uses of NLPResult in org.miaixz.bus.extra.nlp.provider.jcseg
Classes in org.miaixz.bus.extra.nlp.provider.jcseg that implement NLPResultMethods in org.miaixz.bus.extra.nlp.provider.jcseg that return NLPResultModifier and TypeMethodDescriptionJcsegProvider.parse(CharSequence text) Performs word segmentation on the given text using the Jcseg engine. -
Uses of NLPResult in org.miaixz.bus.extra.nlp.provider.jieba
Classes in org.miaixz.bus.extra.nlp.provider.jieba that implement NLPResultModifier and TypeClassDescriptionclassImplementation ofNLPResultfor Jieba word segmentation results.Methods in org.miaixz.bus.extra.nlp.provider.jieba that return NLPResultModifier and TypeMethodDescriptionJiebaProvider.parse(CharSequence text) Performs word segmentation on the given text using the configured JiebaJiebaSegmenterinstance. -
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 word segmentation result implementation.Methods in org.miaixz.bus.extra.nlp.provider.mmseg that return NLPResultModifier and TypeMethodDescriptionMmsegProvider.parse(CharSequence text) Performs word segmentation on the given text using the configured mmseg4jSeginstance. -
Uses of NLPResult in org.miaixz.bus.extra.nlp.provider.mynlp
Classes in org.miaixz.bus.extra.nlp.provider.mynlp that implement NLPResultModifier and TypeClassDescriptionclassImplementation ofNLPResultfor Mynlp word segmentation results.Methods in org.miaixz.bus.extra.nlp.provider.mynlp that return NLPResultModifier and TypeMethodDescriptionMynlpProvider.parse(CharSequence text) Performs word segmentation on the given text using the configured MynlpLexerinstance. -
Uses of NLPResult in org.miaixz.bus.extra.nlp.provider.word
Classes in org.miaixz.bus.extra.nlp.provider.word that implement NLPResultModifier and TypeClassDescriptionclassImplementation ofNLPResultfor Word word segmentation results.Methods in org.miaixz.bus.extra.nlp.provider.word that return NLPResultModifier and TypeMethodDescriptionWordProvider.parse(CharSequence text) Performs word segmentation on the given text using the configured WordSegmentationinstance.