HomeSort by relevance Sort by last modified time
    Searched full:bigrams (Results 26 - 45 of 45) sorted by null

12

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v2/
patricia_trie_policy.cpp 229 AKLOGE("Cannot skip bigrams. BufSize: %d, pos: %d.", mDictBufferSize,
253 AKLOGE("Cannot skip bigrams. BufSize: %d, pos: %d.", mDictBufferSize, pos);
286 // Due to space constraints, the probability for bigrams is approximate - the lower the unigram
289 // that sometimes, we'll see some bigrams interverted here, but it can't get too bad.
393 std::vector<BigramProperty> bigrams; local
409 bigrams.emplace_back(&word1, probability,
436 return WordProperty(&codePointVector, &unigramProperty, &bigrams);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/session/
prev_words_info.h 144 // Check bigrams for lower-cased previous word if original was not found. Useful for
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
Ver4DictDecoder.java 99 // Insert bigrams into the fusion dictionary.
BinaryDictEncoderUtils.java 579 * @param hasBigrams whether the PtNode has bigrams.
624 * @param more whether there are more bigrams after this one.
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
ver4_patricia_trie_writing_helper.cpp 129 AKLOGE("Cannot remove bigrams. current: %d, max: %d", bigramCount, maxBigramCount);
270 // Delete bigrams.
ver4_patricia_trie_policy.cpp 449 std::vector<BigramProperty> bigrams; local
480 bigrams.emplace_back(&word1, probability,
506 return WordProperty(&codePointVector, &unigramProperty, &bigrams);
ver4_patricia_trie_node_writer.cpp 246 // Update has bigrams flag.
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
ver4_patricia_trie_writing_helper.cpp 120 AKLOGE("Cannot remove bigrams. current: %d, max: %d", bigramCount, maxBigramCount);
261 // Delete bigrams.
ver4_patricia_trie_policy.cpp 461 std::vector<BigramProperty> bigrams; local
492 bigrams.emplace_back(&word1, probability,
518 return WordProperty(&codePointVector, &unigramProperty, &bigrams);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BinaryDictionaryDecayingTests.java 245 // Add bigrams of not valid unigrams.
461 final ArrayList<Pair<String, String>> bigrams = new ArrayList<>(); local
476 bigrams.add(bigram);
482 final Pair<String, String> bigram = bigrams.get(random.nextInt(bigrams.size()));
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/pt_common/
pt_node_params.h 223 // Bigrams position
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
cldutil.cc 19 // unigrams (CJK), bigrams (CJK), quadgrams, and octagrams.
20 // Unigrams and bigrams are for CJK languages only, including simplified/
501 // Score all bigrams in isrc, using languages that have bigrams (CJK)
502 // Return number of bigrams that hit in the hash table
549 fprintf(stderr, "[%d bigrams scored]\n", hit_count);
cldutil.h     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FormatSpec.java 97 * | has bigrams ? 1 bit, 1 = yes, 0 = no : FLAG_HAS_BIGRAMS
137 * | bigrams address list
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
BinaryDictOffdeviceUtils.java 186 null /* shortcuts */, null /* bigrams */);
Diff.java 119 // We found the word. Compare frequencies, shortcuts, bigrams
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ContactsBinaryDictionary.java 217 * bigrams depending on locale.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
SettingsValues.java 71 // Use bigrams to predict the next word when there is no input for it yet
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 591 // Add bigrams.
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java     [all...]

Completed in 363 milliseconds

12