Browse Source

close to alpha version

master
laptop 8 years ago
parent
commit
6f033bbe3a
2 changed files with 19 additions and 5 deletions
  1. 2
    2
      dictsource/mi_rules
  2. 17
    3
      phsource/ph_maori

+ 2
- 2
dictsource/mi_rules View File

@@ -46,7 +46,7 @@

.group n
n n
ng n //needs to change
ng ng

.group p
p p
@@ -59,4 +59,4 @@

.group w
w w
wh f //needs to change (maybe)
wh f

+ 17
- 3
phsource/ph_maori View File

@@ -64,12 +64,26 @@ phoneme uu
FMT(vowel/u) //copied from above and length doubled
endphoneme

//==========
// DIPTHONGS
//==========

//===========
// CONSONANTS
//===========

phoneme ng
vcd vel nas //taken from ph_japanese
ipa ŋ
phoneme ng // si**ng** taken from Kyrgz (deleting what seemed from testing to be not needed)
vcd vel nas

// don't really know why this works but is does
NextVowelStarts
VowelStart(nn/nn@)
VowelStart(nn/nna)
VowelStart(nn/nne)
VowelStart(nn/nni)
VowelStart(nn/nno)
VowelStart(nn/nnu)
EndSwitch

endphoneme


Loading…
Cancel
Save