RiTa
index
Name getMostCommonTokens()
Class RiConcorder
Description Returns the numberToReturn words with the highest frequency. If there are less than numberToReturn words then all items are returned.
Syntax
getMostCommonTokens(numberToReturn);
Returns java.lang.String[]
Usage Web & Application
Related