phonemes en-us | phonemes en-us | ||||
dictrules 3 6 | dictrules 3 6 | ||||
option reduce_t 1 | |||||
stressLength 140 120 190 170 0 0 255 300 | stressLength 140 120 190 170 0 0 255 300 | ||||
stressAmp 17 16 19 19 19 19 21 19 | stressAmp 17 16 19 19 19 19 21 19 |
// bit 5=not if the second word is end-of-sentence | // bit 5=not if the second word is end-of-sentence | ||||
#define LOPT_COMBINE_WORDS 11 | #define LOPT_COMBINE_WORDS 11 | ||||
// change [t] when followed by unstressed vowel | |||||
#define LOPT_REDUCE_T 12 | |||||
// 1 = stressed syllable is indicated by capitals | // 1 = stressed syllable is indicated by capitals | ||||
#define LOPT_CAPS_IN_WORD 13 | #define LOPT_CAPS_IN_WORD 13 | ||||
}; | }; | ||||
static MNEM_TAB options_tab[] = { | static MNEM_TAB options_tab[] = { | ||||
{ "reduce_t", LOPT_REDUCE_T }, | |||||
{ "bracket", LOPT_BRACKET_PAUSE }, | { "bracket", LOPT_BRACKET_PAUSE }, | ||||
{ NULL, -1 } | { NULL, -1 } | ||||
}; | }; |