Uses of Enum Class
com.basistech.rosette.dm.TagSet
Packages that use TagSet
-
Uses of TagSet in com.basistech.rosette.dm
Fields in com.basistech.rosette.dm declared as TagSetMethods in com.basistech.rosette.dm that return TagSetModifier and TypeMethodDescriptionMorphoAnalysis.getTagSet()Returns the tag set.static TagSetReturns the enum constant of this class with the specified name.static TagSet[]TagSet.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.basistech.rosette.dm with parameters of type TagSetModifier and TypeMethodDescriptionSpecifies the tag set.Constructors in com.basistech.rosette.dm with parameters of type TagSetModifierConstructorDescriptionprotectedArabicMorphoAnalysis(String partOfSpeech, String lemma, List<Token> components, String raw, int prefixLength, int stemLength, String root, boolean definiteArticle, boolean strippablePrefix, List<String> prefixes, List<String> stems, List<String> suffixes, List<String> prefixTags, List<String> stemTags, List<String> suffixTags, TagSet tagSet, Map<String, Object> extendedProperties) protectedHanMorphoAnalysis(String partOfSpeech, String lemma, List<Token> components, String raw, List<String> readings, TagSet tagSet, Map<String, Object> extendedProperties) protectedKoreanMorphoAnalysis(String partOfSpeech, String lemma, List<Token> components, String raw, List<String> morphemes, List<String> morphemeTags, TagSet tagSet, Map<String, Object> extendedProperties) protectedMorphoAnalysis(String partOfSpeech, String lemma, List<Token> components, String raw, TagSet tagSet, Map<String, Object> extendedProperties) Creates an analysis.