unigram_dictionary.h | 33 typedef struct { int first; int second; int replacement; } digraph_t; typedef in class:latinime::UnigramDictionary 94 const digraph_t* const digraphs, const unsigned int digraphsSize) const; 101 WordsPriorityQueuePool* queuePool, const digraph_t* const digraphs, 159 static const digraph_t GERMAN_UMLAUT_DIGRAPHS[]; 160 static const digraph_t FRENCH_LIGATURES_DIGRAPHS[];
|