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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373
  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. _20o Bix'Esim
  144. _2Xo Bix'Esim
  145. _3Xo trix'Esim
  146. _4Xo kwaDrax'Esim
  147. _5Xo kinkwax'Esim
  148. _6Xo seQsax'Esim
  149. _7Xo sEptwax'Esim
  150. _8Xo Oktox'Esim
  151. _9Xo nonax'Esim
  152. _0Co TEnt'Esim
  153. _1Co TEnt'Esim
  154. _2Co duTEnt'Esim
  155. _3Co triTEnt'Esim
  156. _4Co kwaDriNxEnt'Esim
  157. _5Co kiNxEnt'Esim
  158. _6Co seksTEnt'Esim
  159. _7Co sep:tiNxEnt'Esim
  160. _8Co OktiNxEnt'Esim
  161. _9Co noniNxEnt'Esim
  162. _0M1o mil'Esim
  163. vi bi // not a Roman number
  164. // unstressed words
  165. // articles
  166. el $u+
  167. los $u+
  168. la $u+
  169. las $u+
  170. lo $u+
  171. // pronouns
  172. me $u+ $only // reflexive pronouns
  173. te $u+
  174. le $u+
  175. les $u+
  176. se $u+
  177. nos $u+
  178. os $u+
  179. // possessives
  180. mi $u+
  181. mis $u+
  182. tu $u+
  183. tus $u+
  184. su $u+
  185. sus $u+
  186. nuestro $u+
  187. nuestros $u+
  188. nuestra $u+
  189. nuestras $u+
  190. vuestro $u+
  191. vuestros $u+
  192. vuestra $u+
  193. vuestras $u+
  194. // prepositions
  195. a $u+ // at
  196. al $u+
  197. de $u+ // of,from
  198. del $u+
  199. en $u+
  200. con $u+ // with
  201. sin $u+
  202. por $u+ // for,through,along,via
  203. tras $u+
  204. ante $u+ $only
  205. para $u+ // for,in order,by
  206. entre $u+
  207. sobre $u+
  208. bajo $u+ $only
  209. desde $u+ // from,since
  210. hasta $u+
  211. hacia $u+
  212. e $u+ $only
  213. y %i // and
  214. o $u+ // or
  215. u $u+
  216. aunque $u+ // although
  217. pero $u+
  218. porque $u+ // because
  219. que $u+ // that
  220. cuando $u+
  221. cuanto $u+
  222. donde $u+
  223. como $u+
  224. quien $u+
  225. quienes $u+
  226. mientras $u+
  227. si $u+
  228. // Letters
  229. // If a letter has a "word" pronunciation which is different from its
  230. // "letter" name, then include the letter name here, with the letter
  231. // prefixed by a _ character.
  232. b be
  233. c Te
  234. d de
  235. f Efe
  236. g xe
  237. h atSe
  238. j xOta
  239. k ka
  240. l Ele
  241. m Eme
  242. n Ene
  243. ñ En^e
  244. p pe
  245. q ku
  246. r Ere
  247. s Ese
  248. t te
  249. v uBe
  250. w uBe||d'OBle
  251. x Ekis
  252. z TEta
  253. _a a
  254. _e e
  255. _o o
  256. _y igri'eQa
  257. ch tSe
  258. ll 'El^e
  259. á 'a||aTEntw'aDa
  260. é 'e||aTEntw'aDa
  261. í 'i||aTEntw'aDa
  262. _ó 'o||aTEntw'aDa
  263. ú 'u||aTEntw'aDa
  264. ü 'u||kon||dj'ErEsis
  265. // Abbreviations
  266. dña doña $text
  267. DNI $abbrev
  268. dpto departamento $text
  269. dr doctor $text $capital $dot
  270. dra doctora $text $capital $dot
  271. (ee.uu) Est'aDos||un'iDos
  272. Excmo excelentísimo $text $dot
  273. Excma excelentísima $text $dot
  274. Ilmo ilustrísimo $text $dot
  275. Ilma ilustrísima $text $dot
  276. izq izquierda $text $dot
  277. izqda izquierda $text $dot
  278. izqdo izquierdo $text $dot
  279. kg kilogramo $text $dot
  280. Mª maría $text $capital $dot
  281. Pte presidente $text $capital $dot
  282. Sr señor $text $capital $dot
  283. Sra señora $text $capital $dot
  284. Sras señoras $text $capital $dot
  285. Sres señores $text $capital $dot
  286. Srta señorita $text $capital $dot
  287. Ud usted $text $capital $dot
  288. Uds ustedes $text $capital $dot
  289. // (/ h) pOr||'Ora
  290. // pronunciation exceptions
  291. linux $1
  292. méxico m'Exiko
  293. vietnam $2
  294. spanish sp'aniS
  295. english ínglish $text
  296. firefox f'aIrfoks
  297. microsoft m'aIkrosoft
  298. software s'oftwer
  299. hardware h'ardwer
  300. skype sk'aIp
  301. messenger m'esendZer
  302. live l'aIB
  303. facebook f'eIsbuk
  304. twitter tw'iter
  305. twit tw'it
  306. mozilla moT'ila
  307. espeak 'isp'ik
  308. (e speak) 'isp'ik
  309. eloquence 'elokwens
  310. speech sp'itS
  311. platform pl'atfom
  312. voice bois $text
  313. windows w'indows
  314. android 'androId
  315. apple 'ap@l
  316. (i phone) 'aIfon
  317. iphone 'aIfon
  318. (i pod) 'aIpod
  319. ipod 'aIpod
  320. jaws dZ'os
  321. window w'indow
  322. eyes 'aIs
  323. free fr'i
  324. google g'ug@l
  325. chrome kr'owm
  326. office 'ofis
  327. service s'erBis
  328. power p'awer
  329. thunderbird t'anderbird
  330. jazz dZ'as