| @@ -236,7 +236,7 @@ endphoneme | |||
| phoneme r* | |||
| vwl nonsyllabic | |||
| vwl nsy | |||
| unstressed | |||
| ipa NULL | |||
| length 50 | |||
| @@ -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' | |||
| @@ -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(;) | |||
| @@ -146,7 +146,7 @@ endphoneme | |||
| phoneme @- // very short schwa | |||
| vwl starttype #@ endtype #@ | |||
| unstressed nonsyllabic | |||
| unstressed nsy | |||
| ipa ə | |||
| IF nextPhW(*) OR nextPhW(r) THEN | |||
| @@ -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 }, | |||