| #include "synthesize.h" | #include "synthesize.h" | ||||
| #include "translate.h" | #include "translate.h" | ||||
| typedef struct { | |||||
| int points; | |||||
| const char *phonemes; | |||||
| int end_type; | |||||
| char *del_fwd; | |||||
| } MatchRecord; | |||||
| int dictionary_skipwords; | int dictionary_skipwords; | ||||
| char dictionary_name[40]; | char dictionary_name[40]; | ||||
| typedef const char *constcharptr; | typedef const char *constcharptr; | ||||
| typedef struct { | |||||
| int points; | |||||
| const char *phonemes; | |||||
| int end_type; | |||||
| char *del_fwd; | |||||
| } MatchRecord; | |||||
| // used to mark words with the source[] buffer | // used to mark words with the source[] buffer | ||||
| typedef struct { | typedef struct { | ||||
| unsigned int flags; | unsigned int flags; |