22 #ifndef TRAININGDATA_LIGATURE_TABLE_H_ 23 #define TRAININGDATA_LIGATURE_TABLE_H_ 35 typedef TessHashMap<string, string, StringHash>
LigHash;
79 #endif // OCR_TRAININGDATA_TYPESETTING_LIGATURE_TABLE_H_
LigHash lig_to_norm_table_
const LigHash & norm_to_lig_table() const
TessHashMap< string, string, StringHash > LigHash
const LigHash & lig_to_norm_table() const
static SmartPtr< LigatureTable > instance_
LigHash norm_to_lig_table_
string RemoveLigatures(const string &str) const
string AddLigatures(const string &str, const PangoFontInfo *font) const
string RemoveCustomLigatures(const string &str) const
static LigatureTable * Get()