Uses of Class
com.basistech.rosette.dm.SimilarTerm
Packages that use SimilarTerm
-
Uses of SimilarTerm in com.basistech.rosette.dm
Methods in com.basistech.rosette.dm that return SimilarTermModifier and TypeMethodDescriptionSimilarTerm.Builder.build()Returns an immutable SimilarTerm from the current state of this builderMethods in com.basistech.rosette.dm that return types with arguments of type SimilarTermModifier and TypeMethodDescriptionMapAttribute<com.basistech.util.LanguageCode,ListAttribute<SimilarTerm>> AnnotatedText.getSimilarTerms()Returns the map of similar terms.AnnotatedText.getSimilarTerms(com.basistech.util.LanguageCode languageCode) Convenience accessor for a language's list of similar terms.Method parameters in com.basistech.rosette.dm with type arguments of type SimilarTermModifier and TypeMethodDescriptionAnnotatedText.Builder.similarTerms(MapAttribute<com.basistech.util.LanguageCode, ListAttribute<SimilarTerm>> similarTerms) Attaches a per-language map of similar terms.