HomeSort by relevance Sort by last modified time
    Searched refs:UNIGRAM (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Dictionary.java 31 public static final int UNIGRAM = 0;
49 * @param dataType tells type of this data, either UNIGRAM or BIGRAM
BinaryDictionary.java 156 Dictionary.UNIGRAM);
Suggest.java 60 // User history dictionary for the unigram map, internal to LatinIME
222 // Treating USER_TYPED as UNIGRAM suggestion for logging now.
223 LatinImeLogger.onAddSuggestedWord("", Suggest.DIC_USER_TYPED, Dictionary.UNIGRAM);
261 // Treating USER_TYPED as UNIGRAM suggestion for logging now.
262 LatinImeLogger.onAddSuggestedWord(typedWord, Suggest.DIC_USER_TYPED, Dictionary.UNIGRAM);
ExpandableDictionary.java 377 if (!callback.addWord(word, 0, depth + 1, finalFreq, mDicTypeId, Dictionary.UNIGRAM)) {
386 Dictionary.UNIGRAM)) {
    [all...]

Completed in 709 milliseconds