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

@@ -294,7 +294,7 @@ endphoneme
// Consonant weakening [ITA] (Spirantizzazione delle occlusive)

phoneme k~
vls vel stop
vls vel stp
lengthmod 2
voicingswitch g
IF prevPh(isVowel) AND nextPhW(isVowel) THEN
@@ -349,7 +349,7 @@ phoneme dZ~
endphoneme

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

Loading…
Cancel
Save