RiTa
index
Name getBigram()
Class RiGoogleSearch
Description Returns the bigram coherence for the word pair where coherence(w1, w2) = count(w1 + w2)/(count(w1) + count(w2)) [from Gervas]
Syntax
getBigram(word1, word2);
Returns float
Usage Web & Application
Related