Skip to content
Snippets Groups Projects
Commit 82510366 authored by Jean Chalard's avatar Jean Chalard
Browse files

Match calls in I8a70e43b for Icbe60bdf

Change-Id: I3a9eaaa018cd338ca8d9aa09c0fa58800b637e19
parent 2035b946
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment