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

endphoneme endphoneme


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

+ 1
- 1
phsource/ph_german View File





phoneme j phoneme j
liquid palatal
liquid pal
lengthmod 7 lengthmod 7


IF nextPh(isVowel) THEN IF nextPh(isVowel) THEN

+ 1
- 1
phsource/ph_japanese View File

// Approximant // Approximant


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


NextVowelStarts NextVowelStarts

+ 1
- 1
phsource/ph_kyrgyz View File



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


IF nextPhW(isVowel) THEN IF nextPhW(isVowel) THEN

+ 1
- 1
phsource/ph_zh View File





phoneme j phoneme j
liquid palatal
liquid pal
lengthmod 1 lengthmod 1


IF nextPh(isVowel) THEN IF nextPh(isVowel) THEN

+ 1
- 1
phsource/phonemes View File





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


IF nextPhW(isVowel) THEN IF nextPhW(isVowel) THEN

Loading…
Cancel
Save