| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191 |  
//========================================================
// Norwegian
//=========================================================
// Vowels
//=======
phoneme @     // close schwa
  vowel starttype (@) endtype (@)
  unstressed
  length 120
  formants vowel/@_hgh
endphoneme
phoneme @2    // open schwa
  vowel  starttype (@)  endtype (a)
  unstressed
  length 120
  formants vowel/@_low
endphoneme
phoneme I
  vowel starttype (i) endtype (i)
  length 100
  formants vowel/ii_3
  linkout ;
endphoneme
phoneme i:
  vowel starttype (i) endtype (i)
  length 220
  formants vowel/i
  after w w/wi2
  linkout ;
endphoneme
phoneme y
  vowel starttype (u) endtype (u)
  length 120
  formants vowel/yy_2
endphoneme
phoneme y:
  vowel starttype (u) endtype (u)
  length 250
  formants vowel/y_4
endphoneme
phoneme W
  vowel starttype (@) endtype (@)
  length 120
  formants vowel/oe_2
endphoneme
phoneme Y:
  vowel starttype (@) endtype (@)
  length 250
  formants vwl_no/y#
endphoneme
phoneme E
  vowel starttype (e) endtype (e)
  length 120
  formants vowel/e_mid
  reduceto  @    1
endphoneme
phoneme E:
  vowel starttype (e) endtype (e)
  length 250
  formants vowel/ee_1
endphoneme
phoneme e:
  vowel starttype (e) endtype (e)
  length 240
  formants vowel/e_2
endphoneme
phoneme a
  vowel starttype (a) endtype (a)
  length 120
  formants vwl_no/&
endphoneme
phoneme a:
  vowel starttype (a) endtype (a)
  length 270
  formants vwl_no/&
endphoneme
phoneme A
  vowel starttype (a) endtype (a)
  length 130
  formants vowel/aa
endphoneme
phoneme A:
  vowel starttype (a) endtype (a)
  length 280
  formants vowel/aa
endphoneme
phoneme O
  vowel starttype (o) endtype (o)
  length 120
  formants vowel/oo
endphoneme
phoneme o:
  vowel starttype (o) endtype (o)
  length 250
  formants vowel/o_2
endphoneme
phoneme U
  vowel starttype (u) endtype (u)
  length 120
  formants vowel/uu_bck
endphoneme
phoneme u:
  vowel starttype (u) endtype (u)
  length 230
  formants vowel/u_bck
endphoneme
phoneme u-
  vowel starttype (u) endtype (u)
  length 120
  formants vwl_no/u#
endphoneme
phoneme u-:
  vowel starttype (u) endtype (u)
  length 250
  formants vwl_no/u#2
endphoneme
// Diphthongs
//===========
phoneme AI
  vowel starttype (a) endtype (i)
  length 270
  formants vdiph/0i_2
  linkout ;
endphoneme
phoneme aI
  vowel starttype (a) endtype (i)
  length 270
  formants vdiph/ai_3
  linkout ;
endphoneme
phoneme OI
  vowel starttype (o) endtype (i)
  length 270
  formants vdiph/ooi
  linkout ;
endphoneme
phoneme u-I
  vowel starttype (u) endtype (i)
  length 270
  formants vdiph/yi
  linkout ;
endphoneme
phoneme Yy
  vowel starttype (@) endtype (u)
  length 270
  long
  formants vwl_no/y#y
endphoneme
phoneme aU
  vowel starttype (a) endtype (u)
  length 270
  formants vwl_no/au-
endphoneme
 |