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