OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BigramDictionary
(Results
1 - 4
of
4
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
bigram_dictionary.h
26
class
BigramDictionary
{
28
BigramDictionary
(const DictionaryStructureWithBufferPolicy *const dictionaryStructurePolicy);
33
~
BigramDictionary
();
36
DISALLOW_IMPLICIT_CONSTRUCTORS(
BigramDictionary
);
bigram_dictionary.cpp
31
BigramDictionary
::
BigramDictionary
(
35
AKLOGI("
BigramDictionary
- constructor");
39
BigramDictionary
::~
BigramDictionary
() {
42
void
BigramDictionary
::addWordBigram(int *word, int length, int probability, int *bigramProbability,
95
int
BigramDictionary
::getPredictions(const int *prevWord, const int prevWordLength,
144
int
BigramDictionary
::getBigramListPositionForWord(const int *prevWord, const int prevWordLength,
153
int
BigramDictionary
::getBigramProbability(const int *word0, int length0, const int *word1,
dictionary.h
27
class
BigramDictionary
;
101
const
BigramDictionary
*const mBigramDictionary;
dictionary.cpp
41
mBigramDictionary(new
BigramDictionary
(mDictionaryStructureWithBufferPolicy)),
Completed in 68 milliseconds