eSpeak NG is an open source speech synthesizer that supports more than hundred languages and accents.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

nl_list 3.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. // This file in UTF8 encoded
  2. // Letters
  3. // If a letter has a "word" pronunciation which is different from its
  4. // "letter" name, then include the letter name here, with the letter
  5. // prefixed by a _ character.
  6. _s Es
  7. _t te:
  8. _cap h'o:fdlEt@r
  9. _?A l'Et@r
  10. _?? s'imbo:l
  11. // accent names
  12. _lig l'ixa:tyr
  13. _acu 'a:ix,y
  14. _ac2 d'8bEl'a:ixy
  15. _brv b@-*'e:v@
  16. _ced s'e:dIl@
  17. _cir s'IrkOnfle:ks@
  18. _dia '8mlVUt
  19. _dot p'8nt
  20. _grv Q@-*'a:v@
  21. _hac h'a:tSEk
  22. _mcn m'Ak@-*On
  23. _ogo 'o:xo:nEk
  24. _rng k'o:*o:na:
  25. _stk st@-*'e:p
  26. _tld t'Ild@
  27. // punctuation
  28. _. p8nt
  29. _, k'Oma:
  30. _: d'8b@l@p,8nt
  31. _; p'8ntkOm,a:
  32. / sl'As
  33. _\ b'AkkslAs
  34. _? v@-*'a:xte:k@n
  35. _! 'Wyt@-*upt,e:k@n
  36. _" 'a:nha:lInxste:k@n
  37. @ 'a:p@nst,a:rt;@
  38. # h'Ekj@
  39. % p@-*o:s'Ent
  40. _( h'a:kj@_|'o:pe:n@n
  41. _) h'a:kj@sl'Wyt@n
  42. _{ v'irkAnt@h,a:k
  43. _} v'irkAnt@h,a:ksl'Wyt@n
  44. _- k'OpElt,e:k@n
  45. + pl'8s
  46. * st'E*rEt;@
  47. __ l'IgEntst@-*'e:pj@
  48. € 'Y:*o:t,e:k@n
  49. // numbers
  50. _0 n'8l
  51. _1 'e:n
  52. _2 tv2'e:
  53. _3 dr'i
  54. _4 f'ir
  55. _5 f'EIf
  56. _6 z'Es
  57. _7 z'e:f@n
  58. _8 'Axt
  59. _9 n'e:x@n
  60. _10 t'in
  61. _11 'Elf
  62. _12 tw'a:lf
  63. _13 d'Ertin
  64. _14 f'e:rtin
  65. _15 f'EIftin
  66. _16 z'Estin
  67. _17 z'e:f@ntin
  68. _18 'Axtin
  69. _19 n'e:x@ntin
  70. _2X tv2'Int@x
  71. _3X d'e:rt@x
  72. _4X f'e:rt@x
  73. _5X f'EIft@x
  74. _6X z'Est@x
  75. _7X z'e:f@nt@x
  76. _8X t'Axt@x
  77. _9X n'e:g@nt@x
  78. _0C h'OndErt
  79. _0M1 d'WyzEnt
  80. _1M1 d'WyzEnt
  81. _0M2 m'iljun
  82. _0M3 m'iljArt
  83. _0M4 b'iljun
  84. _0and En
  85. _dpt _k'Oma:
  86. // articles
  87. de d@
  88. het h@t
  89. een @n
  90. // pronouns
  91. ik $u
  92. me $u
  93. jij $u
  94. je $u
  95. gij $u
  96. ge $u
  97. u $u
  98. hij $u
  99. zij $u
  100. ze $u
  101. het $u
  102. wij $u
  103. we $u
  104. jullie $u
  105. hen $u
  106. zich $u
  107. // possessives
  108. mijn $u
  109. m'n m@n
  110. jouw $u
  111. uw $u
  112. zijn $u
  113. z'n z@n
  114. haar $u
  115. d'r d@r
  116. ons $u
  117. onze $u
  118. jullie $u
  119. hun $u
  120. // demonstrative
  121. deze $u
  122. die $u $brk
  123. dit $u
  124. dat $u
  125. wat $u
  126. er $u
  127. waar $pause
  128. // prepositions
  129. in $u+ $brk // in
  130. op $u+ $brk // in
  131. aan $u+ $pause // at, on
  132. bij $u+ $pause // at, near
  133. om $u+ $brk // at
  134. met $u+ $pause // with, by
  135. over $u+ $pause // about
  136. na $u+ $pause // after
  137. door $u+ $pause // through, by
  138. tot $u+ $pause // until
  139. uit $u+ $pause // from, out of
  140. voor $u+ $pause // for, in front of
  141. van $u+ $brk // from, of
  142. zonder $u+ $pause // without
  143. // conjunctions
  144. en $u $pause // and
  145. dus $u $pause // so
  146. maar $u $pause // but
  147. of $u $pause // or
  148. want $u $pause // for
  149. als $u $pause // if,when
  150. alsof $pause // as if
  151. behalve $pause // except
  152. dat $u $pause // that
  153. hoewel $pause // although
  154. of $u $pause // whether
  155. omdat $pause // because
  156. nadat $pause // after
  157. nudat $pause // now that
  158. sinds $pause // since
  159. tenzij $pause // unless
  160. terwijl $pause // while
  161. totdat $pause // until
  162. toen $pause // when (in past)
  163. voordat $pause // before
  164. wanneer $pause // when
  165. zoals $pause // just
  166. zolang $pause // as long as
  167. zover $pause // as far as
  168. // negative
  169. niet $u+
  170. // questions
  171. // auxillary verbs (be, have, can, etc)
  172. zijn $u // to be
  173. ben $u
  174. bent $u
  175. is $u
  176. was $u
  177. waren $u
  178. geweest $u
  179. hebben $u // to have
  180. heb $u
  181. hebt $u
  182. heeft $u
  183. hadden $u
  184. gehad $u
  185. zullen $u // will, shall
  186. zal $u
  187. zult $u
  188. zou $u
  189. zouden $u
  190. kunnen $u // can
  191. kan $u
  192. kunt $u
  193. kon $u
  194. konden $u
  195. gekund $u
  196. mogen $u // to be allowed
  197. mag $u
  198. mocht $u
  199. mochten $u
  200. gemogen $u
  201. willen $u // to want
  202. wil $u
  203. wilt $u
  204. wou $u
  205. wilde $u
  206. wilden $u
  207. gewild $u
  208. worden $u
  209. wordt $u
  210. werd $u
  211. // some common adjectives and adverbs
  212. // Pronounce as English
  213. game _^_EN
  214. player _^_EN
  215. the _^_EN
  216. // pronunciation exceptions
  217. bourgondier burx'o:ndi:@r
  218. circuit sIrku'i
  219. contour ko:nt'ur
  220. eren I:*@n
  221. journaal Surn'a:l
  222. kennedy kEn@dE