* commit '16b885fa48631f557937c6beed76ac5b6a980051': Match calls in I8a70e43b for Icbe60bdf
This commit is contained in:
commit
09acf10a2b
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue