remove weird test thing in zk

This commit is contained in:
Rhiannon Morris 2021-06-11 11:08:08 +02:00
parent ebde4773e6
commit 5ced0cc6ad
1 changed files with 1 additions and 2 deletions

View File

@ -82,8 +82,7 @@ init cons = ?consonant?, [?glide?]
| ('mb' | 'nd' | 'ŋŋ'), [?glide?]; | ('mb' | 'nd' | 'ŋŋ'), [?glide?];
inner cons = '·', ?consonant? inner cons = '·', ?consonant?
| '·', (?consonant? - ?glide?), ?glide? | '·', (?consonant? - ?glide?), ?glide?
| (('p' | 'k'), '·', ('t' | 's') | ('b' | 'ŋ'), '·', ('d' | 'z')), | (('p' | 'k'), '·', ('t' | 's') | ('b' | 'ŋ'), '·', ('d' | 'z'))
(* the above ŋ is aksdm *)
| ('s', '·', ('p' | 't' | 'k') | 'z', '·', ('b' | 'd' | 'm' | 'n' | 'ŋ')) | ('s', '·', ('p' | 't' | 'k') | 'z', '·', ('b' | 'd' | 'm' | 'n' | 'ŋ'))
| ('f' | 'h'), '·', ?voiceless plosive? | ('f' | 'h'), '·', ?voiceless plosive?
| ?liquid?, '·', ?nasal? | ?liquid?, '·', ?nasal?