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.

kn_list 5.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297
  1. // This file is UTF8 encoded
  2. // Spelling to phoneme words and exceptions for Kannada
  3. // letter names (consonants)
  4. // speak Latin letters as English
  5. a e:j
  6. b bi:
  7. c si:
  8. d di:
  9. e i:
  10. f Ef
  11. g dZi:
  12. h e:tS
  13. i a:j
  14. j dZe:j
  15. k ke:j
  16. l El
  17. m Em
  18. n En
  19. o o:
  20. p pi:
  21. q kju:
  22. r a:r
  23. s Es
  24. t thi:
  25. u ju:
  26. v vi:
  27. w dabalju:
  28. x Eks
  29. y wa:j
  30. z zEd
  31. _?? aks.ara // 'unknown character'
  32. // letter names
  33. ಕ್ ik
  34. ಖ್ ikh
  35. ಗ್ ig
  36. ಘ್ igh
  37. ಙ್ iN
  38. ಚ್ ic
  39. ಛ್ ich
  40. ಜ್ iJ
  41. ಝ್ iJh
  42. ಞ್ in^
  43. ಟ್ it.
  44. ಠ್ ith.
  45. ಡ್ id.
  46. ಢ್ idh.
  47. ಣ್ in.
  48. ತ್ it
  49. ಥ್ ith
  50. ದ್ id
  51. ಧ್ id.
  52. ನ್ in
  53. ಪ್ ip
  54. ಫ್ iph
  55. ಬ್ ib
  56. ಭ್ ibh
  57. ಮ್ im
  58. ಯ್ ij
  59. ರ್ ir
  60. ಱ್ ir
  61. ಲ್ il
  62. ಳ್ il.
  63. ವ್ iv
  64. ಶ್ iS;
  65. ಷ್ is.
  66. ಸ್ is
  67. ಹ್ ih
  68. ೞ್ if
  69. U+c82 am
  70. U+c83 ah
  71. U+cbc nukta
  72. U+cbd avagraha
  73. U+ccd vattu
  74. // combining vowels, precede by a click so they can be distinguished from stand-alone vowels
  75. ಾ #X2a::
  76. ಿ #X1i
  77. ೀ #X2i::
  78. ು #X1u
  79. ೂ #X2u::
  80. ೃ #X1ru
  81. ೄ #X2r-:
  82. ೆ #X1e
  83. ೇ #X2e::
  84. ೈ #X2aI
  85. ೊ #X1o
  86. ೋ #X2o::
  87. ೌ #X2aU
  88. // symbols
  89. % pratis.ata
  90. ! a:scharjachinhe
  91. _? aks.ara
  92. . pu:rn.avira:ma
  93. , alpavira:ma
  94. ¼ ka:lu
  95. ½ ardha
  96. ¾ mukka:lu
  97. (1 / 2) ardha
  98. (1 / 4) ka:lu
  99. (3 / 4) mukka:lu
  100. ÷ bha:ga:ka:ra
  101. & mattu
  102. // numbers
  103. _0 s'onne
  104. _1 'ondu
  105. _2 'erad.u
  106. _3 m'u:ru
  107. _4 n'a:lku
  108. _5 'aIdu
  109. _6 'a:ru
  110. _7 'e:l.u
  111. _8 'ent.u
  112. _9 'ombath:u
  113. _1X h'ath:u
  114. _11 hann'ondu
  115. _12 han:erad.u
  116. _13 hadim'u:ru
  117. _14 hadin'a:lku
  118. _15 hadinaIdu
  119. _16 hadina:ru
  120. _17 hadin'e:l.u
  121. _18 hadin'ent.u
  122. _19 ha'th:'ombath:u
  123. _2X Ip:ath:u
  124. _21 'Ip:a'th:ondu
  125. _22 Ip:a'th:erad.u
  126. _23 Ip:a'th:m'u:ru
  127. _24 Ip:a'th:n'a:lku
  128. _25 Ip:a'th:'aIdu
  129. _26 Ip:a'th:a:ru
  130. _27 Ip:a'th:e:l.u
  131. _28 Ip:a'th:ent.u
  132. _29 Ip:a'th:ombath:u
  133. _3X m'ovath:u
  134. _31 m'ovath:ondu
  135. _32 m'ovatherad.u
  136. _33 m'ovathm'u:ru
  137. _34 m'ovathn'a:lku
  138. _35 m'ovath'aIdu
  139. _36 m'ovatha:ru
  140. _37 m'ovathe:l.u
  141. _38 m'ovathent.u
  142. _39 m'ovathombath:u
  143. _4X n'alavath:u
  144. _41 n'alavath:ondu
  145. _42 n'alavatherad.u
  146. _43 n'alavathm'u:ru
  147. _44 n'alavathn'a:lku
  148. _45 n'alavathaIdu
  149. _46 n'alavatha:ru
  150. _47 n'alavathe:l.u
  151. _48 n'alavathent.u
  152. _49 n'alavathombath:u
  153. _5X 'aIvath:u
  154. _51 aIvath:ondu
  155. _52 aIvatherad.u
  156. _53 aIvathm'u:ru
  157. _54 aIvathn'a:lku
  158. _55 aIvath'aIdu
  159. _56 aIvatha:ru
  160. _57 aIvathe:l.u
  161. _58 aIvathent.u
  162. _59 aIvathombath:u
  163. _6X 'aravath:u
  164. _61 aravath:ondu
  165. _62 aravatherad.u
  166. _63 aravathm'u:ru
  167. _64 aravathn'a:lku
  168. _65 aravathaIdu
  169. _66 aravatha:ru
  170. _67 aravathe:l.u
  171. _68 aravathent.u
  172. _69 aravathombath:u
  173. _7X 'Ep:ath:u
  174. _71 Ep:ath:ondu
  175. _72 Ep:atherad.u
  176. _73 Ep:athm'u:ru
  177. _74 Ep:athn'a:lku
  178. _75 Ep:athaIdu
  179. _76 Ep:atha:ru
  180. _77 Ep:athe:l.u
  181. _78 Ep:athent.u
  182. _79 Ep:athombath:u
  183. _8X 'Embath:u
  184. _81 Embath:ondu
  185. _82 Embatherad.u
  186. _83 Embathm'u:ru
  187. _84 Embathn'a:lku
  188. _85 EmbathaIdu
  189. _86 Embatha:ru
  190. _87 Embathe:l.u
  191. _88 Embathent.u
  192. _89 Embathombath:u
  193. _9X th'ombath:u
  194. _91 th'ombath:ondu
  195. _92 th'ombath:erad.u
  196. _93 th'ombathm'u:ru
  197. _94 th'ombathn'a:lku
  198. _95 th'ombathaIdu
  199. _96 th'ombatha:ru
  200. _97 th'ombathe:l.u
  201. _98 th'ombathent.u
  202. _99 th'ombathombath:u
  203. _0C0 n'u:ru
  204. _1C0 nu:ru
  205. _2C0 'innu:ru
  206. _3C0 m'unnu:ru
  207. _5C0 'aInu:ru
  208. _9C0 ombainu:ru
  209. _0C n'u:ra:
  210. _1C nu:ra:
  211. _2C 'innu:ra:
  212. _3C m'unnu:ra:
  213. _5C 'aInu:ra:
  214. _9C ombainu:ra:
  215. _0M1 s'a:virada
  216. _0M1x s'a:vira
  217. _0M2x l'akSa // 100,000
  218. _0M2 l'akSada
  219. _0M3 k'oti // 100,00,000
  220. _0M4 b'ilion // ?? English
  221. _dpt _d'as.a:ms.a
  222. // abbreviations
  223. (http ://) e:tSti:ti:'pi:_
  224. // unstressed words
  225. ಅದು $u // that
  226. ಅದರ $u // that, possessive
  227. ಅವು $u // those
  228. ಅವುಗಳ $u // those, possessive
  229. ಇದು $u // it/this
  230. ಇದರ $u // it/this, possessive
  231. ಇವು $u // these
  232. ಇವುಗಳ $u // these, possessive
  233. ನಾನು $u // I
  234. ನನ್ನ $u // my
  235. ನಾವು $u // we
  236. ನಮ್ಮ $u // our
  237. ನೀನು $u // you
  238. ನಿನ್ನ $u // your
  239. ನೀವು $u // you (formal)
  240. ನಿಮ್ಮ $u // your (formal)
  241. ಅವರು $u // they
  242. ಅವರ $u // their
  243. ಇವರು $u // they
  244. ಇವರ $u // their
  245. ಅವನು $u // he
  246. ಅವನ $u // his
  247. ಇವನು $u // he
  248. ಇವನ $u // his
  249. ತಾವು $u // you (more formal), (also used to indicate self)
  250. ತಮ್ಮ $u // (possessive form of the above) also means (his/her own)
  251. ಅವಳು $u // she
  252. ಅವಳ $u // her
  253. ಇವಳು $u // she
  254. ಇವಳ $u // her
  255. ಕೆಲವು $u // few
  256. ಹಲವು $u // many
  257. ಅನೇಕ $u // several
  258. ಇತರ $u // other
  259. ಮತ್ತು $u $pause // and
  260. ಆದರೆ $u $pause // but
  261. ಆದ್ದರಿಂದ $u $pause // so, therefore.
  262. ಆದಾಗ್ಯೂ $u $pause // though
  263. ಈ $u+ // [i:] (this) $u+ so it's stressed if it's by itself, as a letter name
  264. ಆ $u+ // [a:] (that)
  265. ಇಂದ $u // from
  266. ಯಾವುದು $u // which
  267. ಯಾವುದೇ $u // whichever (adding the "ಏ" in the end of the word, indicates ever)
  268. ಈಗ $u // now.
  269. // ಕ್ಕೆ, ಗೆ, ಗ್ಗೆ to (note: these do not come independently, means they come as a part of the word in the end)
  270. // ದ (adds the possession to words [postfix])