 

//========================================================
// 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


