|
tesseract
5.0.0
|
#include "include_gunit.h"#include "ratngs.h"#include "trie.h"#include "unicharset.h"#include <sys/stat.h>#include <cstdlib>#include <fstream>#include <set>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | tesseract::DawgTest |
Namespaces | |
| tesseract | |
Macros | |
| #define | wordlist2dawg_prog "wordlist2dawg" |
| #define | dawg2wordlist_prog "dawg2wordlist" |
Functions | |
| tesseract::TEST_F (DawgTest, TestDawgConversion) | |
| tesseract::TEST_F (DawgTest, TestMatching) | |
| #define dawg2wordlist_prog "dawg2wordlist" |
Definition at line 27 of file dawg_test.cc.
| #define wordlist2dawg_prog "wordlist2dawg" |
Definition at line 26 of file dawg_test.cc.