Uses of Class
net.ontopia.topicmaps.classify.Variant
-
Packages that use Variant Package Description net.ontopia.topicmaps.classify 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 Variant Modifier and Type Field Description protected gnu.trove.map.hash.TObjectIntHashMap<Variant>Term. variantsprotected Map<String,Variant>TermDatabase. variantsMethods in net.ontopia.topicmaps.classify that return Variant Modifier and Type Method Description protected VariantTermDatabase. createVariant(String variant)VariantTermDatabase. 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 Variant Modifier and Type Method Description protected 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 doubleTerm. getScore(Variant v)Collection<TopicIF>TopicMapAnalyzer. getTopics(Variant variant)Collection<TopicIF>TopicMapClassification. getTopics(Variant variant)INTERNAL: Returns the topics that matches the given variant.
-