Uses of Class
net.ontopia.topicmaps.classify.Variant
Packages that use Variant
Package
Description
To classify content, use the SimpleClassifier class.
-
Uses of Variant in net.ontopia.topicmaps.classify
Fields in net.ontopia.topicmaps.classify with type parameters of type VariantModifier and TypeFieldDescriptionprotected gnu.trove.map.hash.TObjectIntHashMap<Variant>Term.variantsTermDatabase.variantsMethods in net.ontopia.topicmaps.classify that return VariantModifier and TypeMethodDescriptionprotected VariantTermDatabase.createVariant(String variant) TermDatabase.getVariant(String variant) PUBLIC: Looks up a particular variant by its string representation.Variant[]Term.getVariants()PUBLIC: Returns all variant spellings of this term within the content.Variant[]Term.getVariantsByRank()PUBLIC: Returns all variant spellings of this term within the content, with the most important first.Methods in net.ontopia.topicmaps.classify with parameters of type VariantModifier and TypeMethodDescriptionprotected voidCompoundAnalyzer.addFollower(Variant variant, Token token) protected voidCompoundAnalyzer.addFollower(Variant variant, Token token, int counts) protected voidTerm.addVariant(Variant variant) protected voidTerm.addVariant(Variant variant, int occurrences) protected intTerm.getOccurrences(Variant variant) protected doubleINTERNAL: Returns the topics that matches the given variant.