Home
last modified time | relevance | path

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

/external/tesseract/classify/
Dclassify.h151 const WERD_CHOICE &BestChoiceWord,
Dadaptmatch.cpp953 const WERD_CHOICE &BestChoiceWord, in AdaptableWord() argument
970 int BestChoiceLength = BestChoiceWord.length(); in AdaptableWord()
978 getDict().CurrentBestChoiceIs(BestChoiceWord)) || in AdaptableWord()
981 ((getDict().valid_word_or_number(BestChoiceWord) && in AdaptableWord()
982 Context::case_ok(BestChoiceWord, getDict().getUnicharset())))))); in AdaptableWord()