Searched defs:bigramFreq (Results 1 – 2 of 2) sorted by relevance
102 int codesSize, unsigned short *bigramChars, int *bigramFreq, int maxWordLength, in getBigrams()128 const int bigramFreq = UnigramDictionary::MASK_ATTRIBUTE_FREQUENCY & bigramFlags; in getBigrams() local
535 inline int BinaryFormat::computeFrequencyForBigram(const int unigramFreq, const int bigramFreq) { in computeFrequencyForBigram()552 const int bigramFreq = bigramFreqIt->second; in getProbability() local