Uses of Interface
org.miaixz.bus.extra.nlp.NLPWord
Packages that use NLPWord
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 NLPWord in org.miaixz.bus.extra.nlp
Methods in org.miaixz.bus.extra.nlp that return NLPWordModifier and TypeMethodDescriptionprotected NLPWordAbstractResult.computeNext()Computes the next element in the iteration.protected abstract NLPWordAbstractResult.nextWord()Retrieves the next word from the word segmentation result. -
Uses of NLPWord in org.miaixz.bus.extra.nlp.provider.analysis
Classes in org.miaixz.bus.extra.nlp.provider.analysis that implement NLPWordModifier and TypeClassDescriptionclassWrapper class for a single word (Attribute) from Lucene-analysis word segmentation.Methods in org.miaixz.bus.extra.nlp.provider.analysis that return NLPWord -
Uses of NLPWord in org.miaixz.bus.extra.nlp.provider.ansj
Classes in org.miaixz.bus.extra.nlp.provider.ansj that implement NLPWordMethods in org.miaixz.bus.extra.nlp.provider.ansj that return NLPWord -
Uses of NLPWord in org.miaixz.bus.extra.nlp.provider.hanlp
Classes in org.miaixz.bus.extra.nlp.provider.hanlp that implement NLPWordModifier and TypeClassDescriptionclassWrapper class for a single word (Term) from HanLP word segmentation.Methods in org.miaixz.bus.extra.nlp.provider.hanlp that return NLPWord -
Uses of NLPWord in org.miaixz.bus.extra.nlp.provider.jcseg
Classes in org.miaixz.bus.extra.nlp.provider.jcseg that implement NLPWordModifier and TypeClassDescriptionclassWrapper class for a single word (IWord) from Jcseg word segmentation.Methods in org.miaixz.bus.extra.nlp.provider.jcseg that return NLPWord -
Uses of NLPWord in org.miaixz.bus.extra.nlp.provider.jieba
Classes in org.miaixz.bus.extra.nlp.provider.jieba that implement NLPWordModifier and TypeClassDescriptionclassWrapper class for a single word (SegToken) from Jieba word segmentation.Methods in org.miaixz.bus.extra.nlp.provider.jieba that return NLPWord -
Uses of NLPWord in org.miaixz.bus.extra.nlp.provider.mmseg
Classes in org.miaixz.bus.extra.nlp.provider.mmseg that implement NLPWordModifier and TypeClassDescriptionclassWrapper class for a single word from mmseg4j word segmentation.Methods in org.miaixz.bus.extra.nlp.provider.mmseg that return NLPWord -
Uses of NLPWord in org.miaixz.bus.extra.nlp.provider.mynlp
Classes in org.miaixz.bus.extra.nlp.provider.mynlp that implement NLPWordModifier and TypeClassDescriptionclassWrapper class for a single word (WordTerm) from Mynlp word segmentation.Methods in org.miaixz.bus.extra.nlp.provider.mynlp that return NLPWord -
Uses of NLPWord in org.miaixz.bus.extra.nlp.provider.word
Classes in org.miaixz.bus.extra.nlp.provider.word that implement NLPWordModifier and TypeClassDescriptionclassWrapper class for a single word from the Word word segmentation library.Methods in org.miaixz.bus.extra.nlp.provider.word that return NLPWord