am 82510366: Match calls in I8a70e43b for Icbe60bdf

* commit '8251036616dc30db9ad1a981cc5af5843d474647':
  Match calls in I8a70e43b for Icbe60bdf
main
Jean Chalard 2012-09-02 20:02:12 -07:00 committed by Android Git Automerger
commit 16b885fa48
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ public class UserHistoryDictIOUtils {
}
if (word1 == null) { // unigram
fusionDict.add(word2, freq, null);
fusionDict.add(word2, freq, null, false /* isNotAWord */);
} else { // bigram
fusionDict.setBigram(word1, word2, freq);
}