Home
last modified time | relevance | path

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

/external/tesseract/dict/
Dstopper.cpp920 UNICHAR_ID correct_ngram_id, WERD_CHOICE *werd_choice, in ReplaceAmbig() argument
928 num_blobs_to_replace += werd_choice->fragment_length(i); in ReplaceAmbig()
930 begin_blob_index += werd_choice->fragment_length(i); in ReplaceAmbig()
941 UNICHAR_ID uch_id = werd_choice->unichar_id(wrong_ngram_begin_index); in ReplaceAmbig()
942 int fraglen = werd_choice->fragment_length(wrong_ngram_begin_index); in ReplaceAmbig()
979 werd_choice->set_unichar_id(correct_ngram_id, in ReplaceAmbig()
982 werd_choice->remove_unichar_id(wrong_ngram_begin_index); in ReplaceAmbig()
987 werd_choice->debug_string(getUnicharset()).string()); in ReplaceAmbig()
988 werd_choice->print(); in ReplaceAmbig()
Ddict.h272 UNICHAR_ID correct_ngram_id, WERD_CHOICE *werd_choice,