Browse Source

Use 'pal' instead of 'palatal' for /j/ consonants.

master
Reece H. Dunn 8 years ago
parent
commit
063c0971a7
6 changed files with 6 additions and 6 deletions
  1. 1
    1
      phsource/ph_danish
  2. 1
    1
      phsource/ph_german
  3. 1
    1
      phsource/ph_japanese
  4. 1
    1
      phsource/ph_kyrgyz
  5. 1
    1
      phsource/ph_zh
  6. 1
    1
      phsource/phonemes

+ 1
- 1
phsource/ph_danish View File

@@ -915,7 +915,7 @@ phoneme t
endphoneme

phoneme j
liquid palatal
liquid pal
lengthmod 7
// no link with next vowel
IF thisPh(isWordEnd) THEN

+ 1
- 1
phsource/ph_german View File

@@ -308,7 +308,7 @@ endphoneme


phoneme j
liquid palatal
liquid pal
lengthmod 7

IF nextPh(isVowel) THEN

+ 1
- 1
phsource/ph_japanese View File

@@ -357,7 +357,7 @@ endphoneme
// Approximant

phoneme j
liquid palatal starttype #i
liquid pal starttype #i
lengthmod 7

NextVowelStarts

+ 1
- 1
phsource/ph_kyrgyz View File

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

phoneme j // **y**es
ipa j
liquid palatal starttype #i
liquid pal starttype #i
lengthmod 7

IF nextPhW(isVowel) THEN

+ 1
- 1
phsource/ph_zh View File

@@ -115,7 +115,7 @@ endphoneme


phoneme j
liquid palatal
liquid pal
lengthmod 1

IF nextPh(isVowel) THEN

+ 1
- 1
phsource/phonemes View File

@@ -638,7 +638,7 @@ endphoneme


phoneme j // **y**es
liquid palatal starttype #i
liquid pal starttype #i
lengthmod 7

IF nextPhW(isVowel) THEN

Loading…
Cancel
Save