tesseract  4.00.00dev
WordOutputter Class Reference

Public Member Functions

 WordOutputter (FILE *file)
 
void output_word (const char *word)
 

Detailed Description

Definition at line 49 of file dawg2wordlist.cpp.

Constructor & Destructor Documentation

◆ WordOutputter()

WordOutputter::WordOutputter ( FILE *  file)
inline

Definition at line 51 of file dawg2wordlist.cpp.

51 : file_(file) {}

Member Function Documentation

◆ output_word()

void WordOutputter::output_word ( const char *  word)
inline

Definition at line 52 of file dawg2wordlist.cpp.

52 { fprintf(file_, "%s\n", word); }

The documentation for this class was generated from the following file: