Browse Source

ipa: j (vcd pal apr).

master
Reece H. Dunn 8 years ago
parent
commit
1d36966b9f
2 changed files with 29 additions and 28 deletions
  1. 28
    1
      phsource/ph_ipa
  2. 1
    27
      phsource/phonemes

+ 28
- 1
phsource/ph_ipa View File

@@ -15,7 +15,7 @@
// | sib frc | | | | | | | | | | | | | | | | | | | | | | | | |
// | frc | | | | | | | | | | | | | | | | | | | | | | | | |
// | lat frc | | | | | | | | | | | | | | | | | | | | | | | | |
// | apr | | | | | | | | r\ | | | | | | | | | | | | | | | | |
// | apr | | | | | | | | r\ | | | | | | | | j | | | | | | | | |
// | lat apr | | | | | | | | | | | | | | | | | | | | | | | | |
// | flp | | | | | | | | | | | | | | | | | | | | | | | | |
// | lat flp | | | | | | | | | | | | | | | | | | | | | | | | |
@@ -410,3 +410,30 @@ phoneme r\\

FMT(r/r)
endphoneme

phoneme j
vcd pal apr liquid starttype #i
ipa j
lengthmod 7

IF nextPhW(isVowel) THEN
NextVowelStarts
VowelStart(j/j@)
VowelStart(j/ja)
VowelStart(j/je)
VowelStart(j/ji)
VowelStart(j/jo)
VowelStart(j/ju)
EndSwitch

VowelEnding(j/xj, -30)

IF prevPh(isPause) THEN
FMT(j/_j)
ENDIF
ELSE
// no vowel follows
Vowelout len=70
FMT(j/j_)
ENDIF
endphoneme

+ 1
- 27
phsource/phonemes View File

@@ -600,36 +600,10 @@ phoneme w
ENDIF
endphoneme




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

IF nextPhW(isVowel) THEN
NextVowelStarts
VowelStart(j/j@)
VowelStart(j/ja)
VowelStart(j/je)
VowelStart(j/ji)
VowelStart(j/jo)
VowelStart(j/ju)
EndSwitch

VowelEnding(j/xj, -30)

IF prevPh(isPause) THEN
FMT(j/_j)
ENDIF
ELSE
// no vowel follows
Vowelout len=70
FMT(j/j_)
ENDIF
import_phoneme ipa/j
endphoneme


phoneme ; // linking j, used between (i) vowels and a following vowel
// also to palatalize consonants
liquid pzd

Loading…
Cancel
Save