HomeSort by relevance Sort by last modified time
    Searched defs:BigramDictionary (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/
bigram_dictionary.h 27 class BigramDictionary {
29 BigramDictionary(const unsigned char *dict, int maxWordLength, int maxPredictions);
35 ~BigramDictionary();
37 DISALLOW_IMPLICIT_CONSTRUCTORS(BigramDictionary);
bigram_dictionary.cpp 29 BigramDictionary::BigramDictionary(const unsigned char *dict, int maxWordLength, int maxPredictions)
32 AKLOGI("BigramDictionary - constructor");
36 BigramDictionary::~BigramDictionary() {
39 bool BigramDictionary::addWordBigram(unsigned short *word, int length, int frequency,
100 int BigramDictionary::getBigrams(const int32_t *prevWord, int prevWordLength, int *inputCodes,
148 int BigramDictionary::getBigramListPositionForWord(const int32_t *prevWord,
169 void BigramDictionary::fillBigramAddressToFrequencyMapAndFilter(const int32_t *prevWord,
193 bool BigramDictionary::checkFirstCharacter(unsigned short *word, int *inputCodes) const
    [all...]

Completed in 44 milliseconds