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.

es_list 5.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364
  1. // This file in UTF8 encoded
  2. // letters
  3. _cap m'aJ^us // should be "mayúscula" after the letter?
  4. _?? s'imbOlo
  5. _#32 Esp'aTjo
  6. // accent names
  7. _lig liQaD'ura
  8. _acu aQ'uDo
  9. _ac2 d'Oble||aQ'uDo
  10. _brv br'eBe
  11. _ced TeD'iJ^a
  12. _cir Tirkumfl'exo
  13. _dia dj'Eresis
  14. _dac d'Oble||aQ'uDo
  15. _dot p'unto // ??
  16. _grv gr'aBe
  17. _hac kar'On
  18. _mcn makr'On
  19. _ogo kol'ita
  20. _rng an'iJ^o
  21. _stk b'aRR2a // ??
  22. _tld t'ilde
  23. // names of symbols
  24. ª a
  25. º o
  26. ° grados
  27. _. punto
  28. _, koma
  29. _; p,untoik'oma
  30. _: d,Osp'untOs
  31. _! TERR2'araDmiraTj'On
  32. _? TERR2'arintERR2,oQaTj'On
  33. _¡ aBr'iraDmiraTj'On
  34. _¿ aBr'irintERR2,oQaTj'On
  35. _< men'Orke
  36. _> maJ^'Orke
  37. _' apOstr'ofo
  38. _" kom'iJ^as
  39. _+ s'iQnOdesum'ar
  40. _- gJ^On
  41. __ suBraJ^'aDo
  42. _/ baRR2a
  43. _\ b'aRR2aimbErt'iDa
  44. _` aT'EntOgr'aBe
  45. _( ,aBrepar'Entesis
  46. _) Tj,ERR2apar'Entesis
  47. _[ ,aBrekOrtS'ete
  48. _] Tj,ERR2akOrtS'ete
  49. _{ ,aBreJ^'aBe
  50. _} Tj,ERR2aJ^'aBe
  51. _« kom'iJ^as||iTkJ^'ErDas
  52. _» kom'iJ^as||dEr'EtSas
  53. = iQw'al $max3
  54. + m'as $max3
  55. # almOaD'iJ^a $max3
  56. * astEr'isko $max3
  57. . punto $max3
  58. ^ Tirkumfl'exo
  59. € eUro
  60. % pOrTj'Ento $max3
  61. & ampErs'ant
  62. @ aRR2'oBa
  63. / baRR2a
  64. © kopiRR2'aIt
  65. £ liBras
  66. ¶ p'aRR2afo
  67. § sEkTj'On
  68. // numbers
  69. _0 T'ero
  70. _1 'uno
  71. _2 d'Os
  72. _3 tr'es
  73. _4 kw'atro
  74. _5 T'inko
  75. _6 s'eIs
  76. _7 sj'ete
  77. _8 'OtSo
  78. _9 nw'eBe
  79. _1X dj'ET
  80. _11 'OnTe
  81. _12 d'oTe
  82. _13 tr'eTe
  83. _14 kat'OrTe
  84. _15 k'inTe
  85. _20 b'eInte
  86. _2X beInt
  87. _3X tr'eInta
  88. _4X kwar'Enta
  89. _5X Tinkw'Enta
  90. _6X sEs'Enta
  91. _7X sEt'Enta
  92. _8X OtS'Enta
  93. _9X nOB'Enta
  94. // _0C Tj'EntOs
  95. _1C0 Tj'en // exactly one hundred
  96. _1C Tj'ento
  97. _2C dosTj'entos
  98. _3C tresTj'entos
  99. _4C kwatroTj'entos
  100. _5C kinj'EntOs
  101. _6C seIsTj'entos
  102. _7C s,eteTj'EntOs
  103. _8C otSoTj'entos
  104. _9C n,OBeTj'EntOs
  105. _0M1 m'il
  106. _0M2 miJ^'ones
  107. _1M2 'unmiJ^'On
  108. _0M4 _biJ^'onEs
  109. _1M4 'unbiJ^'On
  110. ?2 _0M2 mij:'ones
  111. ?2 _1M2 'unmij:'On
  112. ?2 _0M4 _bij:'onEs
  113. ?2 _1M4 'unbij:'On
  114. _0and i
  115. _dpt koma
  116. //_roman Rom'ano
  117. // ordinal numbers
  118. _#º o
  119. _#ª a
  120. _ord o
  121. ºc gr'ados||T'e
  122. ºf gr'ados||'Efe
  123. ºk gr'ados||k'a
  124. _1o prim'Er
  125. _2o seQ'und
  126. _3o tErT'Er
  127. _4o kw'art
  128. _5o kint
  129. _6o s'Ekst
  130. _7o s'Etim
  131. _8o Okt'aB
  132. _9o noB'en
  133. _10o D'ETim
  134. _11o und'ETim
  135. _12o DwoD'ETim
  136. _13o DeTimotErT'Er
  137. _14o DeTimokw'art
  138. _15o DeTimok'int
  139. _16o DeTimos'Ekst
  140. _17o DeTimos'Eptim
  141. _18o DeTimOkt'aB
  142. _19o DeTimonoB'en
  143. _2Xo Bix'Esim
  144. _3Xo trix'Esim
  145. _4Xo kwaDrax'Esim
  146. _5Xo kinkwax'Esim
  147. _6Xo seQsax'Esim
  148. _7Xo sEptwax'Esim
  149. _8Xo Oktox'Esim
  150. _9Xo nonax'Esim
  151. _0Co TEnt'Esim
  152. _1Co TEnt'Esim
  153. _0M1o mil'Esim
  154. vi bi // not a Roman number
  155. // unstressed words
  156. // articles
  157. el $u+
  158. los $u+
  159. la $u+
  160. las $u+
  161. lo $u+
  162. // pronouns
  163. me $u+ $only // reflexive pronouns
  164. te $u+
  165. le $u+
  166. les $u+
  167. se $u+
  168. nos $u+
  169. os $u+
  170. // possessives
  171. mi $u+
  172. mis $u+
  173. tu $u+
  174. tus $u+
  175. su $u+
  176. sus $u+
  177. nuestro $u+
  178. nuestros $u+
  179. nuestra $u+
  180. nuestras $u+
  181. vuestro $u+
  182. vuestros $u+
  183. vuestra $u+
  184. vuestras $u+
  185. // prepositions
  186. a $u+ // at
  187. al $u+
  188. de $u+ // of,from
  189. del $u+
  190. en $u+
  191. con $u+ // with
  192. sin $u+
  193. por $u+ // for,through,along,via
  194. tras $u+
  195. ante $u+ $only
  196. para $u+ // for,in order,by
  197. entre $u+
  198. sobre $u+
  199. bajo $u+ $only
  200. desde $u+ // from,since
  201. hasta $u+
  202. hacia $u+
  203. e $u+ $only
  204. y %i // and
  205. o $u+ // or
  206. u $u+
  207. aunque $u+ // although
  208. pero $u+
  209. porque $u+ // because
  210. que $u+ // that
  211. cuando $u+
  212. cuanto $u+
  213. donde $u+
  214. como $u+
  215. quien $u+
  216. quienes $u+
  217. mientras $u+
  218. si $u+
  219. // Letters
  220. // If a letter has a "word" pronunciation which is different from its
  221. // "letter" name, then include the letter name here, with the letter
  222. // prefixed by a _ character.
  223. b be
  224. c Te
  225. d de
  226. f Efe
  227. g xe
  228. h atSe
  229. j xOta
  230. k ka
  231. l Ele
  232. m Eme
  233. n Ene
  234. ñ En^e
  235. p pe
  236. q ku
  237. r Ere
  238. s Ese
  239. t te
  240. v uBe
  241. w uBe||d'OBle
  242. x Ekis
  243. z TEta
  244. _a a
  245. _e e
  246. _o o
  247. _y igri'eQa
  248. ch tSe
  249. ll 'El^e
  250. á 'a||aTEntw'aDa
  251. é 'e||aTEntw'aDa
  252. í 'i||aTEntw'aDa
  253. _ó 'o||aTEntw'aDa
  254. ú 'u||aTEntw'aDa
  255. ü 'u||kon||dj'ErEsis
  256. // Abbreviations
  257. dña doña $text
  258. DNI $abbrev
  259. dpto departamento $text
  260. dr doctor $text $capital $dot
  261. dra doctora $text $capital $dot
  262. (ee.uu) Est'aDos||un'iDos
  263. Excmo excelentísimo $text $dot
  264. Excma excelentísima $text $dot
  265. Ilmo ilustrísimo $text $dot
  266. Ilma ilustrísima $text $dot
  267. izq izquierda $text $dot
  268. izqda izquierda $text $dot
  269. izqdo izquierdo $text $dot
  270. kg kilogramo $text $dot
  271. Mª maría $text $capital $dot
  272. Pte presidente $text $capital $dot
  273. Sr señor $text $capital $dot
  274. Sra señora $text $capital $dot
  275. Sras señoras $text $capital $dot
  276. Sres señores $text $capital $dot
  277. Srta señorita $text $capital $dot
  278. Ud usted $text $capital $dot
  279. Uds ustedes $text $capital $dot
  280. // (/ h) pOr||'Ora
  281. // pronunciation exceptions
  282. linux $1
  283. méxico m'Exiko
  284. vietnam $2
  285. spanish sp'aniS
  286. english ínglish $text
  287. firefox f'aIrfoks
  288. microsoft m'aIkrosoft
  289. software s'oftwer
  290. hardware h'ardwer
  291. skype sk'aIp
  292. messenger m'esendZer
  293. live l'aIB
  294. facebook f'eIsbuk
  295. twitter tw'iter
  296. twit tw'it
  297. mozilla moT'ila
  298. espeak 'isp'ik
  299. (e speak) 'isp'ik
  300. eloquence 'elokwens
  301. speech sp'itS
  302. platform pl'atfom
  303. voice bois $text
  304. windows w'indows
  305. android 'androId
  306. apple 'ap@l
  307. (i phone) 'aIfon
  308. iphone 'aIfon
  309. (i pod) 'aIpod
  310. ipod 'aIpod
  311. jaws dZ'os
  312. window w'indow
  313. eyes 'aIs
  314. free fr'i
  315. google g'ug@l
  316. chrome kr'owm
  317. office 'ofis
  318. service s'erBis
  319. power p'awer
  320. thunderbird t'anderbird
  321. jazz dZ'as