Home
last modified time | relevance | path

Searched refs:NgramListenerForPrediction (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
H A Ddictionary.h124 class NgramListenerForPrediction : public NgramListener {
126 NgramListenerForPrediction(const NgramContext *const ngramContext,
132 DISALLOW_IMPLICIT_CONSTRUCTORS(NgramListenerForPrediction);
H A Ddictionary.cpp60 Dictionary::NgramListenerForPrediction::NgramListenerForPrediction( in NgramListenerForPrediction() function in latinime::Dictionary::NgramListenerForPrediction
67 void Dictionary::NgramListenerForPrediction::onVisitEntry(const int ngramProbability, in onVisitEntry()
98 NgramListenerForPrediction listener(ngramContext, prevWordIds, outSuggestionResults, in getPredictions()