
// Phonemes for Malayalam
// This inherits from ph_hindi


phoneme @
  vowel  starttype #@  endtype #@
  length 130
  FMT(vowel/@)
endphoneme


phoneme y
  vowel starttype #@ endtype #@
  length 80
  FMT(vowel/ii#)
endphoneme


phoneme a
  vowel long starttype #a endtype #a
  length 130
  FMT(vowel/a#_3)
endphoneme


phoneme a:
  vowel  starttype #a  endtype #a
  length 270
  FMT(vowel/a_5)
endphoneme


phoneme e
  vowel  starttype #e  endtype #e
  length 130
  FMT(vowel/e)
endphoneme


phoneme e:
  vowel  starttype #e  endtype #e
  length 270
  FMT(vowel/e)
endphoneme


phoneme i
  vowel  starttype #i  endtype #i
  length 130
  FMT(vowel/i_6)
endphoneme


phoneme i:
  vowel  starttype #i  endtype #i
  length 270
  FMT(vowel/i)
endphoneme



phoneme o
  vowel  starttype #o  endtype #o
  length 130
  FMT(vowel/o)
endphoneme


phoneme o:
  vowel  starttype #o  endtype #o
  length 270
  FMT(vowel/o)
endphoneme


phoneme u
  vowel  starttype #u  endtype #u
  length 110
  ChangeIfNotStressed(U)
  FMT(vowel/u)
endphoneme

phoneme u:
  vowel  starttype #u  endtype #u
  length 260
  FMT(vowel/u)
endphoneme

