Browse Source

Use stressRule instead of stressrule for consistency

master
Juho Hiltunen 7 years ago
parent
commit
2ec4ad38ea

+ 15
- 0
docs/voices.md View File

- [dictionary](#dictionary) - [dictionary](#dictionary)
- [dictrules](#dictrules) - [dictrules](#dictrules)
- [replace](#replace) - [replace](#replace)
- [stressRule](#stressrule)
- [stressLength](#stresslength) - [stressLength](#stresslength)
- [stressAdd](#stressadd) - [stressAdd](#stressadd)
- [stressAmp](#stressamp) - [stressAmp](#stressamp)
The phoneme mnemonics can be defined for each language, but some are The phoneme mnemonics can be defined for each language, but some are
listed in [Phonemes](phonemes.md). listed in [Phonemes](phonemes.md).


### stressRule

stressRule <4 integer values>

Four integer parameters. These correspond to:

1. langopts->stress_rule (values in translate.h)
2. langopts->stress_flags
3. langopts->unstressed_wd1 (stress for $u word of 1 syllable)
4. langopts->unstressed_wd2 (stress for $u word of >1 syllable)

If a value is not given, it defaults to zero. For example:
"stressRule 2" is equal to "stressRule 2 0 0 0"

### stressLength ### stressLength


stressLength <8 integer values> stressLength <8 integer values>

+ 1
- 1
espeak-ng-data/lang/azc/nci View File

language nci language nci


intonation 3 intonation 3
stressrule 2
stressRule 2
stressLength 190 190 200 200 0 0 220 240 stressLength 190 190 200 200 0 0 220 240

+ 1
- 1
espeak-ng-data/lang/inc/ur View File

maintainer Ejaz Shah <[email protected]> maintainer Ejaz Shah <[email protected]>
status testing status testing


stressrule 6
stressRule 6



+ 1
- 1
espeak-ng-data/lang/itc/la View File

name Latin name Latin
language la language la
stressrule 2 33 0 2
stressRule 2 33 0 2
// rule=penultimate // rule=penultimate
// flags=0100001 (no automatic secondary stress + don't stres monosyllables) // flags=0100001 (no automatic secondary stress + don't stres monosyllables)
// unstressed_wd1=0 // unstressed_wd1=0

+ 1
- 1
src/libespeak-ng/voices.c View File

{ "intonation", V_INTONATION }, { "intonation", V_INTONATION },
{ "tunes", V_TUNES }, { "tunes", V_TUNES },
{ "dictrules", V_DICTRULES }, { "dictrules", V_DICTRULES },
{ "stressrule", V_STRESSRULE },
{ "stressRule", V_STRESSRULE },
{ "stressopt", V_STRESSOPT }, { "stressopt", V_STRESSOPT },
{ "replace", V_REPLACE }, { "replace", V_REPLACE },
{ "words", V_WORDGAP }, { "words", V_WORDGAP },

Loading…
Cancel
Save