Searched refs:ngramPrevWordsCodePointCount (Results 1 – 1 of 1) sorted by relevance
517 int ngramPrevWordsCodePointCount[MAX_PREV_WORD_COUNT_FOR_N_GRAM]; in getWordProperty() local525 ngramPrevWordsCodePointCount[i] = getCodePointsAndReturnCodePointCount(prevWordIds[i], in getWordProperty()530 ngramPrevWordsCodePointCount[i] = CharUtils::removeBeginningOfSentenceMarker( in getWordProperty()531 ngramPrevWordsCodePoints[i], ngramPrevWordsCodePointCount[i]); in getWordProperty()534 const NgramContext ngramContext(ngramPrevWordsCodePoints, ngramPrevWordsCodePointCount, in getWordProperty()