Browse Source

jp: Geminated (doubled) consonants.

master
Reece H. Dunn 8 years ago
parent
commit
7758434749
2 changed files with 26 additions and 0 deletions
  1. 17
    0
      dictsource/jp_rules
  2. 9
    0
      phsource/ph_ipa

+ 17
- 0
dictsource/jp_rules View File

@@ -699,3 +699,20 @@
い) ん (L19 i~ // i) n (w
ん (L20 u~ // n ([vowel]
い) ん (L20 i~ // i) n ([vowel]

.group っ
っ (_ ?
っ (L01 k // k.k
っ (L02 g // g.g
っ (L03 s // s.s
っ (L04 s\\ // s.sh
っ (L05 z // z.z
っ (L06 d // d.j
っ (L07 t // t.t
っ (L08 t // t.ch
っ (L09 t // t.ts
っ (L10 d // d.d
っ (L14 b // b.b
っ (L15 p // p.p
っ (L16 m // m.m
っ (L18 r // r.r

+ 9
- 0
phsource/ph_ipa View File

@@ -253,6 +253,15 @@ phoneme g
FMT(g/g) addWav(x/g2, 150)
endphoneme

phoneme ?
vls glt stop
lengthmod 3
nolink
Vowelin glstop
Vowelout glstop
WAV(ustop/null)
endphoneme

// Sibilant Affricates

phoneme t_s

Loading…
Cancel
Save