Uses of Class
org.miaixz.bus.extra.nlp.AbstractResult
Packages that use AbstractResult
Package
Description
Provides an abstract wrapper for Lucene-analysis based word segmentation engines.
Provides the Jcseg word segmentation engine implementation.
Provides the mmseg4j word segmentation engine implementation.
-
Uses of AbstractResult in org.miaixz.bus.extra.nlp.provider.analysis
Subclasses of AbstractResult in org.miaixz.bus.extra.nlp.provider.analysisModifier and TypeClassDescriptionclassAbstract result wrapper for Lucene-analysis word segmentation. -
Uses of AbstractResult in org.miaixz.bus.extra.nlp.provider.jcseg
Subclasses of AbstractResult in org.miaixz.bus.extra.nlp.provider.jcseg -
Uses of AbstractResult in org.miaixz.bus.extra.nlp.provider.mmseg
Subclasses of AbstractResult in org.miaixz.bus.extra.nlp.provider.mmsegModifier and TypeClassDescriptionclassmmseg4j word segmentation result implementation.