Uses of Class
com.basistech.rosette.dm.MorphoAnalysis
Packages that use MorphoAnalysis
-
Uses of MorphoAnalysis in com.basistech.rosette.dm
Classes in com.basistech.rosette.dm with type parameters of type MorphoAnalysisModifier and TypeClassDescriptionstatic classMorphoAnalysis.Builder<T extends MorphoAnalysis,B extends MorphoAnalysis.Builder<T, B>> Builder forMorphoAnalysis.Subclasses of MorphoAnalysis in com.basistech.rosette.dmModifier and TypeClassDescriptionclassArabic morphological analysis.classMorphological analysis objects for Chinese and Japanese.classMorphological analysis objects for Korean.Methods in com.basistech.rosette.dm that return MorphoAnalysisModifier and TypeMethodDescriptionMorphoAnalysis.Builder.build()Builds a new immutable morpho analysis from the current state of the builder.Methods in com.basistech.rosette.dm that return types with arguments of type MorphoAnalysisMethods in com.basistech.rosette.dm with parameters of type MorphoAnalysisModifier and TypeMethodDescriptionToken.Builder.addAnalysis(MorphoAnalysis analysis) Adds an analysis.Method parameters in com.basistech.rosette.dm with type arguments of type MorphoAnalysisModifier and TypeMethodDescriptionToken.Builder.analyses(List<MorphoAnalysis> analyses) Sets the list of morphological analyses.Constructors in com.basistech.rosette.dm with parameters of type MorphoAnalysisModifierConstructorDescriptionBuilder(MorphoAnalysis toCopy) Constructs a builder from an existing analysis.