RiTa
index
Name getWeightedUnigram()
Class RiGoogleSearch
Description Returns the product of the count of the query and the # of words.
Syntax
getWeightedUnigram(query);
getWeightedUnigram(words);
Returns float
Usage Web & Application
Related