Home
last modified time | relevance | path

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

/dports/graphics/tesseract/tesseract-5.0.0/src/lstm/
H A Drecodebeam.cpp1307 const RecodeNode *dawg_node = node; in ExtractBestPaths() local
1308 while (dawg_node != nullptr && in ExtractBestPaths()
1309 (dawg_node->unichar_id == INVALID_UNICHAR_ID || in ExtractBestPaths()
1310 dawg_node->duplicate)) { in ExtractBestPaths()
1311 dawg_node = dawg_node->prev; in ExtractBestPaths()
1313 if (dawg_node == nullptr || in ExtractBestPaths()
1314 (!dawg_node->end_of_word && in ExtractBestPaths()
1315 dawg_node->unichar_id != UNICHAR_SPACE)) { in ExtractBestPaths()