ph_english_n 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  1. phoneme N
  2. vcd vel nas
  3. lengthmod 8 // longer than 'n'
  4. IfNextVowelAppend(g)
  5. CALL base1/N
  6. endphoneme
  7. //*******************************************************************
  8. // VOWELS
  9. //*******************************************************************
  10. phoneme 3 // Schwa, used for rhotic schwa in American
  11. vwl starttype #@ endtype #@
  12. ipa ə
  13. unstressed
  14. length 140
  15. IfNextVowelAppend(r-)
  16. FMT(vowel/@_fr)
  17. endphoneme
  18. phoneme a
  19. vwl starttype #a endtype #a
  20. length 140
  21. ChangeIfDiminished(a#)
  22. FMT(vowel/a)
  23. endphoneme
  24. phoneme E
  25. vwl starttype #a endtype #a
  26. length 150
  27. IF nextPhW(n) THEN
  28. ChangeIfDiminished(@)
  29. ELSE
  30. ChangeIfDiminished(I2)
  31. ENDIF
  32. FMT(vowel/ee)
  33. endphoneme
  34. phoneme I
  35. vwl starttype #i endtype #i
  36. length 130
  37. IfNextVowelAppend(;)
  38. FMT(vowel/ii)
  39. endphoneme
  40. phoneme I2
  41. vwl starttype #i endtype #i
  42. unstressed
  43. length 140
  44. IfNextVowelAppend(;)
  45. FMT(vowel/ii)
  46. endphoneme
  47. phoneme i // optional variant of [I] for end of words
  48. vwl starttype #i endtype #i
  49. length 150
  50. FMT(vowel/e_2)
  51. endphoneme
  52. phoneme 0
  53. vwl starttype #o endtype #o
  54. length 150
  55. ChangeIfDiminished(@)
  56. FMT(vowel/0_2)
  57. endphoneme
  58. phoneme V
  59. vwl starttype #o endtype #o
  60. ipa ʊ
  61. length 140
  62. ChangeIfDiminished(@)
  63. FMT(vowel/o-_2)
  64. endphoneme
  65. phoneme U
  66. vwl starttype #o endtype #o
  67. length 170
  68. FMT(vowel/uu)
  69. endphoneme
  70. phoneme a#
  71. vwl starttype #@ endtype #@
  72. ipa ɐ
  73. unstressed
  74. length 140
  75. IfNextVowelAppend(r-)
  76. FMT(vowel/a#_3)
  77. endphoneme
  78. phoneme A:
  79. vwl starttype #a endtype #@
  80. length 240
  81. IfNextVowelAppend(r-)
  82. FMT(vowel/aa_5)
  83. endphoneme
  84. phoneme A@
  85. vwl starttype #a endtype #@
  86. ipa ɑː
  87. length 250
  88. IfNextVowelAppend(r-)
  89. FMT(vowel/aa_5)
  90. endphoneme
  91. phoneme aa // 'bath' etc.
  92. vwl starttype #a endtype #a
  93. ipa a
  94. length 150
  95. FMT(vowel/a)
  96. endphoneme
  97. phoneme 3:
  98. vwl starttype #@ endtype #@
  99. length 230
  100. IfNextVowelAppend(r-)
  101. ChangeIfDiminished(@)
  102. FMT(vowel/3_2)
  103. endphoneme
  104. phoneme i:
  105. vwl starttype #i endtype #i
  106. length 175
  107. IfNextVowelAppend(;)
  108. IF prevPh(w) THEN
  109. VowelStart(w/wi2)
  110. ENDIF
  111. FMT(vowel/i)
  112. endphoneme
  113. phoneme O:
  114. vwl starttype #o endtype #o
  115. length 240
  116. IfNextVowelAppend(r-)
  117. ChangeIfDiminished(@)
  118. FMT(vowel/oo_1)
  119. endphoneme
  120. phoneme O@
  121. vwl starttype #o endtype #@
  122. ipa ɔː
  123. length 240
  124. IfNextVowelAppend(r-)
  125. FMT(vwl_en_n/O@)
  126. endphoneme
  127. phoneme o@
  128. vwl starttype #o endtype #@
  129. ipa ɔː
  130. length 240
  131. IfNextVowelAppend(r-)
  132. FMT(vwl_en_n/O@)
  133. endphoneme
  134. phoneme O
  135. vwl starttype #o endtype #o
  136. length 150
  137. ChangeIfDiminished(@)
  138. FMT(vowel/oo_en)
  139. endphoneme
  140. phoneme u:
  141. vwl starttype #u endtype #u
  142. length 200
  143. FMT(vdiph2/uw_4)
  144. endphoneme
  145. phoneme aU
  146. vwl starttype #e endtype #u
  147. ipa æʊ
  148. length 230
  149. FMT(vdiph/eeu_3)
  150. endphoneme
  151. phoneme oU
  152. vwl starttype #o endtype #o
  153. ipa oː
  154. length 220
  155. FMT(vowel/o)
  156. endphoneme
  157. phoneme aI
  158. vwl starttype #a endtype #i
  159. length 230
  160. FMT(vdiph/ae_2)
  161. endphoneme
  162. phoneme eI
  163. vwl starttype #i endtype #i
  164. ipa eː
  165. length 210
  166. FMT(vowel/e)
  167. endphoneme
  168. phoneme OI
  169. vwl starttype #o endtype #i
  170. length 230
  171. FMT(vdiph/ooi)
  172. endphoneme
  173. phoneme e@
  174. vwl starttype #e endtype #@
  175. length 220
  176. IfNextVowelAppend(r-)
  177. FMT(vdiph2/ee@)
  178. endphoneme
  179. phoneme i@
  180. vwl starttype #i endtype #@
  181. length 240
  182. IfNextVowelAppend(r-)
  183. FMT(vdiph2/i@)
  184. endphoneme
  185. phoneme i@3
  186. vwl starttype #i endtype #@
  187. length 240
  188. IfNextVowelAppend(r-)
  189. FMT(vdiph2/i@)
  190. endphoneme
  191. phoneme U@
  192. vwl starttype #u endtype #@
  193. length 200
  194. IfNextVowelAppend(r-)
  195. FMT(vdiph2/uu@)
  196. endphoneme
  197. phoneme aI@
  198. vwl starttype #a endtype #@
  199. length 280
  200. IfNextVowelAppend(r-)
  201. FMT(vwl_en/aI@)
  202. endphoneme
  203. phoneme aI3
  204. vwl starttype #a endtype #@
  205. length 280
  206. ChangePhoneme(aI@)
  207. endphoneme
  208. phoneme aU@
  209. vwl starttype #a endtype #@
  210. length 280
  211. IfNextVowelAppend(r-)
  212. FMT(vwl_en/aU@)
  213. endphoneme