-
Notifications
You must be signed in to change notification settings - Fork 0
/
haimu-dc1.lsc
73 lines (65 loc) · 1.12 KB
/
haimu-dc1.lsc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Feature voicing(unvoiced, voiced)
Feature placing(velar, labial, uvular)
Feature manner(stop)
Symbol p [unvoiced labial stop]
Symbol k [unvoiced velar stop]
Symbol g [voiced velar stop]
Symbol q [unvoiced uvular stop]
Class v {a, e, i, o, u}
Class c {p, t, s, k, n, m, h, l, r, c, q, ch, g, y}
Class l {r, l, s}
Class n {n, m}
Class fv {e, i}
v-muts:
ui => ve / @c _ // _ $
ai => ea
ee => ie
ei => e
ii => ai
o => a / _ $
uu => u
aa => e
ui => i / _ $
oo => u
oi => oa
ao => o
c-muts:
h => k / @v _ @v
h => k / $ _
c => č
h => *
r => l / $ _
d => r / @v _ @v
n => * / _ $
n => * / $ _ @c
@n @n$1 => $1 *
s => z / @v _ @v
q => k
p => * / $ _ @c
ng => n / _ $
ng => m / @v _ @v
p => v / $ _ @v
k => * / $ _ @c
r => * / @c _ $
assimilation:
[unvoiced stop] => p / _ m
[voiced stop] => b / _ m
degemination:
@c$1 $1 => $1 *
gemination:
ch @c$1 => $1 $1
post:
# any sound change that didn't work before will be placed here so that it does
ky => ch
q => k
uu => u
k => t / _ $
@l => * / $ _ @c
@c @c$1 => $1 * / $ _
uyi => ui
gy => j
eye => ie
y => * / @v _ i
y => * / @fv _ @v
č => ch
aa => o / _ $