Browse Source

Fix building the Italian phoneme data.

master
Reece H. Dunn 7 years ago
parent
commit
62d625fe29
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      phsource/ph_italian

+ 2
- 2
phsource/ph_italian View File

// Consonant weakening [ITA] (Spirantizzazione delle occlusive) // Consonant weakening [ITA] (Spirantizzazione delle occlusive)


phoneme k~ phoneme k~
vls vel stop
vls vel stp
lengthmod 2 lengthmod 2
voicingswitch g voicingswitch g
IF prevPh(isVowel) AND nextPhW(isVowel) THEN IF prevPh(isVowel) AND nextPhW(isVowel) THEN
endphoneme endphoneme


phoneme g~ phoneme g~
vcd vel stop
vcd vel stp
voicingswitch k voicingswitch k
lengthmod 5 lengthmod 5
IF prevPh(isVowel) AND nextPhW(isVowel) THEN IF prevPh(isVowel) AND nextPhW(isVowel) THEN

Loading…
Cancel
Save