Browse Source

Replace 'nonsyllabic' with 'nsy'.

master
Reece H. Dunn 8 years ago
parent
commit
0415c46a8f
5 changed files with 4 additions and 5 deletions
  1. 1
    1
      phsource/ph_croatian
  2. 1
    1
      phsource/ph_danish
  3. 1
    1
      phsource/ph_russian
  4. 1
    1
      phsource/phonemes
  5. 0
    1
      src/libespeak-ng/compiledata.c

+ 1
- 1
phsource/ph_croatian View File

@@ -236,7 +236,7 @@ endphoneme


phoneme r*
vwl nonsyllabic
vwl nsy
unstressed
ipa NULL
length 50

+ 1
- 1
phsource/ph_danish View File

@@ -432,7 +432,7 @@ endphoneme

phoneme @- // very short schwa
vwl starttype #@ endtype #@
unstressed nonsyllabic
unstressed nsy
ipa ə
IF nextPhW(*) OR nextPhW(r) THEN
ipa NULL // @-* is used to make 'r'

+ 1
- 1
phsource/ph_russian View File

@@ -237,7 +237,7 @@ endphoneme

phoneme I^ // "silent i", palatilizes the preceding consonant
vwl starttype #i endtype #i
unstressed nonsyllabic
unstressed nsy
length 70
IF nextPh(isVowel) THEN
ChangePhoneme(;)

+ 1
- 1
phsource/phonemes View File

@@ -146,7 +146,7 @@ endphoneme

phoneme @- // very short schwa
vwl starttype #@ endtype #@
unstressed nonsyllabic
unstressed nsy

ipa ə
IF nextPhW(*) OR nextPhW(r) THEN

+ 0
- 1
src/libespeak-ng/compiledata.c View File

@@ -282,7 +282,6 @@ static keywtab_t keywords[] = {
{ "nolink", tPHONEME_FLAG, phNOLINK },
{ "brkafter", tPHONEME_FLAG, phBRKAFTER },
{ "rhotic", tPHONEME_FLAG, phRHOTIC },
{ "nonsyllabic", tPHONEME_FLAG, phNONSYLLABIC }, // TODO (deprecated): use 'nsy' instead
{ "lengthenstop", tPHONEME_FLAG, phLENGTHENSTOP },
{ "nopause", tPHONEME_FLAG, phNOPAUSE },
{ "prevoice", tPHONEME_FLAG, phPREVOICE },

Loading…
Cancel
Save