|
|
|
|
|
|
|
|
SetWordStress(tr, word_phonemes, dictionary_flags, -1, 0); |
|
|
SetWordStress(tr, word_phonemes, dictionary_flags, -1, 0); |
|
|
} |
|
|
} |
|
|
} else { |
|
|
} else { |
|
|
if (prefix_phonemes[0] == 0) |
|
|
|
|
|
SetWordStress(tr, phonemes, dictionary_flags, -1, add_suffix_phonemes); |
|
|
|
|
|
else |
|
|
|
|
|
SetWordStress(tr, phonemes, dictionary_flags, -1, add_suffix_phonemes); |
|
|
|
|
|
|
|
|
SetWordStress(tr, phonemes, dictionary_flags, -1, add_suffix_phonemes); |
|
|
#ifdef PLATFORM_WINDOWS |
|
|
#ifdef PLATFORM_WINDOWS |
|
|
sprintf(word_phonemes, "%s%s%s", unpron_phonemes, prefix_phonemes, phonemes); |
|
|
sprintf(word_phonemes, "%s%s%s", unpron_phonemes, prefix_phonemes, phonemes); |
|
|
#else |
|
|
#else |