|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextualSimUtils.WeightedString | |
---|---|
jcolibri.method.retrieve.NNretrieval.similarity.local.textual | Textual similarity functions for the KNN method. |
Uses of TextualSimUtils.WeightedString in jcolibri.method.retrieve.NNretrieval.similarity.local.textual |
---|
Method parameters in jcolibri.method.retrieve.NNretrieval.similarity.local.textual with type arguments of type TextualSimUtils.WeightedString | |
---|---|
static void |
TextualSimUtils.expandTokensSet(java.util.Collection<Token> caseTokens,
java.util.Collection<Token> queryToken,
java.util.Set<TextualSimUtils.WeightedString> caseSet,
java.util.Set<TextualSimUtils.WeightedString> querySet)
Expands the tokens collections recived containing the tokens of a case and a query. |
static void |
TextualSimUtils.expandTokensSet(java.util.Collection<Token> caseTokens,
java.util.Collection<Token> queryToken,
java.util.Set<TextualSimUtils.WeightedString> caseSet,
java.util.Set<TextualSimUtils.WeightedString> querySet)
Expands the tokens collections recived containing the tokens of a case and a query. |
static double |
TextualSimUtils.getSize(java.util.Collection<TextualSimUtils.WeightedString> col)
Returns the "size" of a collection having into account that each WeightedString object has an associated weight. |
|
GAIA - Group for Artificial Intelligence Applications http://gaia.fdi.ucm.es |
|||||||||
PREV NEXT | FRAMES NO FRAMES |