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.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  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 k'a:pita:l
  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. // numbers
  30. _0 n'8l
  31. _1 'e:n
  32. _2 tv2'e:
  33. _3 dr'i
  34. _4 f'ir
  35. _5 f'EIf
  36. _6 z'Es
  37. _7 z'e:f@n
  38. _8 'Axt
  39. _9 n'e:x@n
  40. _10 t'in
  41. _11 'Elf
  42. _12 tw'Alf
  43. _13 d'e:rtin
  44. _14 f'e:rtin
  45. _15 f'EIftin
  46. _16 z'Estin
  47. _17 z'e:f@ntin
  48. _18 'Axtin
  49. _19 n'e:x@ntin
  50. _2X tv2'Int@x
  51. _3X d'e:rt@x
  52. _4X f'e:rt@x
  53. _5X f'EIft@x
  54. _6X z'Est@x
  55. _7X z'e:f@nt@x
  56. _8X t'Axt@x
  57. _9X n'e:g@nt@x
  58. _0C h'OndErt
  59. _0M2 d'WyzEnt
  60. _1M1 d'WyzEnt
  61. _0M2 m'iljun
  62. _0M3 m'iljArt
  63. _0M4 b'iljun
  64. _0and En
  65. _dpt _k'Oma:
  66. // articles
  67. de d@
  68. het h@t
  69. een @n
  70. // pronouns
  71. ik $u
  72. me $u
  73. jij $u
  74. je $u
  75. gij $u
  76. ge $u
  77. u $u
  78. hij $u
  79. zij $u
  80. ze $u
  81. het $u
  82. wij $u
  83. we $u
  84. jullie $u
  85. hen $u
  86. zich $u
  87. // possessives
  88. mijn $u
  89. m'n m@n
  90. jouw $u
  91. uw $u
  92. zijn $u
  93. z'n $u
  94. haar $u
  95. d'r $u
  96. ons $u
  97. onze $u
  98. jullie $u
  99. hun $u
  100. // demonstrative
  101. deze $u
  102. die $u $brk
  103. dit $u
  104. dat $u
  105. wat $u
  106. er $u
  107. waar $pause
  108. // prepositions
  109. in $u+ $brk // in
  110. op $u+ $brk // in
  111. aan $u+ $pause // at, on
  112. bij $u+ $pause // at, near
  113. om $u+ $brk // at
  114. met $u+ $pause // with, by
  115. over $u+ $pause // about
  116. na $u+ $pause // after
  117. door $u+ $pause // through, by
  118. tot $u+ $pause // until
  119. uit $u+ $pause // from, out of
  120. voor $u+ $pause // for, in front of
  121. van $u+ $brk // from, of
  122. zonder $u+ $pause // without
  123. // conjunctions
  124. en $u $pause // and
  125. dus $u $pause // so
  126. maar $u $pause // but
  127. of $u $pause // or
  128. want $u $pause // for
  129. als $u $pause // if,when
  130. alsof $pause // as if
  131. behalve $pause // except
  132. dat $u $pause // that
  133. hoewel $pause // although
  134. of $u $pause // whether
  135. omdat $pause // because
  136. nadat $pause // after
  137. nudat $pause // now that
  138. sinds $pause // since
  139. tenzij $pause // unless
  140. terwijl $pause // while
  141. totdat $pause // until
  142. toen $pause // when (in past)
  143. voordat $pause // before
  144. wanneer $pause // when
  145. zoals $pause // just
  146. zolang $pause // as long as
  147. zover $pause // as far as
  148. // negative
  149. niet $u+
  150. // questions
  151. // auxillary verbs (be, have, can, etc)
  152. zijn $u // to be
  153. ben $u
  154. bent $u
  155. is $u
  156. was $u
  157. waren $u
  158. geweest $u
  159. hebben $u // to have
  160. heb $u
  161. hebt $u
  162. heeft $u
  163. hadden $u
  164. gehad $u
  165. zullen $u // will, shall
  166. zal $u
  167. zult $u
  168. zou $u
  169. zouden $u
  170. kunnen $u // can
  171. kan $u
  172. kunt $u
  173. kon $u
  174. konden $u
  175. gekund $u
  176. mogen $u // to be allowed
  177. mag $u
  178. mocht $u
  179. mochten $u
  180. gemogen $u
  181. willen $u // to want
  182. wil $u
  183. wilt $u
  184. wou $u
  185. wilde $u
  186. wilden $u
  187. gewild $u
  188. worden $u
  189. wordt $u
  190. werd $u
  191. // some common adjectives and adverbs
  192. // Pronounce as English
  193. game _^_EN
  194. player _^_EN
  195. the _^_EN
  196. // pronunciation exceptions