am 16b885fa: am 82510366: Match calls in I8a70e43b for Icbe60bdf
* commit '16b885fa48631f557937c6beed76ac5b6a980051': Match calls in I8a70e43b for Icbe60bdfmain
commit
09acf10a2b
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue