2
0

casesuf.inc 55 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351
  1. <?php
  2. $case = array(
  3. array("a","o",".m.$.sg.$.nom.",256),
  4. array("a","a",".m.$.sg.$.voc.",256),
  5. array("a","ā",".m.$.sg.$.voc.",256),
  6. array("a","aṃ",".m.$.sg.$.acc.",256),
  7. array("a","assa",".m.$.sg.$.gen.",256),
  8. array("a","assa",".m.$.sg.$.dat.",256),
  9. array("a","āya",".m.$.sg.$.dat.",256),
  10. array("a","ena",".m.$.sg.$.inst.",256),
  11. array("a","ā",".m.$.sg.$.abl.",256),
  12. array("a","asmā",".m.$.sg.$.abl.",256),
  13. array("a","amhā",".m.$.sg.$.abl.",256),
  14. array("a","ato",".m.$.sg.$.abl.",256),
  15. array("a","e",".m.$.sg.$.loc.",256),
  16. array("a","asmiṃ",".m.$.sg.$.loc.",256),
  17. array("a","amhi",".m.$.sg.$.loc.",256),
  18. array("a","ā",".m.$.pl.$.nom.",256),
  19. array("a","āse",".m.$.pl.$.nom.",256),
  20. array("a","ā",".m.$.pl.$.voc.",256),
  21. array("a","e",".m.$.pl.$.acc.",256),
  22. array("a","ānaṃ",".m.$.pl.$.gen.",256),
  23. array("a","ānaṃ",".m.$.pl.$.dat.",256),
  24. array("a","ehi",".m.$.pl.$.inst.",256),
  25. array("a","ebhi",".m.$.pl.$.inst.",256),
  26. array("a","ehi",".m.$.pl.$.abl.",256),
  27. array("a","ebhi",".m.$.pl.$.abl.",256),
  28. array("a","esu",".m.$.pl.$.loc.",256),
  29. array("a","aṃ",".nt.$.sg.$.nom.",256),
  30. array("a","a",".nt.$.sg.$.voc.",256),
  31. array("a","aṃ",".nt.$.sg.$.acc.",256),
  32. array("a","assa",".nt.$.sg.$.gen.",256),
  33. array("a","assa",".nt.$.sg.$.dat.",256),
  34. array("a","āya",".nt.$.sg.$.dat.",256),
  35. array("a","ena",".nt.$.sg.$.inst.",256),
  36. array("a","ā",".nt.$.sg.$.abl.",256),
  37. array("a","asmā",".nt.$.sg.$.abl.",256),
  38. array("a","amhā",".nt.$.sg.$.abl.",256),
  39. array("a","ato",".nt.$.sg.$.abl.",256),
  40. array("a","e",".nt.$.sg.$.loc.",256),
  41. array("a","asmiṃ",".nt.$.sg.$.loc.",256),
  42. array("a","amhi",".nt.$.sg.$.loc.",256),
  43. array("a","āni",".nt.$.pl.$.nom.",256),
  44. array("a","ā",".nt.$.pl.$.nom.",256),
  45. array("a","āni",".nt.$.pl.$.voc.",256),
  46. array("a","ā",".nt.$.pl.$.voc.",256),
  47. array("a","āni",".nt.$.pl.$.acc.",256),
  48. array("a","e",".nt.$.pl.$.acc.",256),
  49. array("a","ānaṃ",".nt.$.pl.$.gen.",256),
  50. array("a","ānaṃ",".nt.$.pl.$.dat.",256),
  51. array("a","ehi",".nt.$.pl.$.inst.",256),
  52. array("a","ebhi",".nt.$.pl.$.inst.",256),
  53. array("a","ehi",".nt.$.pl.$.abl.",256),
  54. array("a","ebhi",".nt.$.pl.$.abl.",256),
  55. array("a","esu",".nt.$.pl.$.loc.",256),
  56. array("ā","ā",".f.$.sg.$.nom.",256),
  57. array("ā","ā",".f.$.sg.$.voc.",256),
  58. array("ā","e",".f.$.sg.$.voc.",256),
  59. array("ā","aṃ",".f.$.sg.$.acc.",256),
  60. array("ā","āya",".f.$.sg.$.gen.",256),
  61. array("ā","āya",".f.$.sg.$.dat.",256),
  62. array("ā","āya",".f.$.sg.$.inst.",256),
  63. array("ā","āya",".f.$.sg.$.abl.",256),
  64. array("ā","ato",".f.$.sg.$.abl.",256),
  65. array("ā","āya",".f.$.sg.$.loc.",256),
  66. array("ā","āyaṃ",".f.$.sg.$.loc.",256),
  67. array("ā","ā",".f.$.pl.$.nom.",256),
  68. array("ā","āyo",".f.$.pl.$.nom.",256),
  69. array("ā","ā",".f.$.pl.$.voc.",256),
  70. array("ā","āyo",".f.$.pl.$.voc.",256),
  71. array("ā","ā",".f.$.pl.$.acc.",256),
  72. array("ā","āyo",".f.$.pl.$.acc.",256),
  73. array("ā","ānaṃ",".f.$.pl.$.gen.",256),
  74. array("ā","ānaṃ",".f.$.pl.$.dat.",256),
  75. array("ā","āhi",".f.$.pl.$.inst.",256),
  76. array("ā","ābhi",".f.$.pl.$.inst.",256),
  77. array("ā","āhi",".f.$.pl.$.abl.",256),
  78. array("ā","ābhi",".f.$.pl.$.abl.",256),
  79. array("ā","āsu",".f.$.pl.$.loc.",256),
  80. array("i","i",".m.$.sg.$.nom.",256),
  81. array("i","i",".m.$.sg.$.voc.",256),
  82. array("i","iṃ",".m.$.sg.$.acc.",256),
  83. array("i","issa",".m.$.sg.$.gen.",256),
  84. array("i","ino",".m.$.sg.$.gen.",256),
  85. array("i","issa",".m.$.sg.$.dat.",256),
  86. array("i","ino",".m.$.sg.$.dat.",256),
  87. array("i","inā",".m.$.sg.$.inst.",256),
  88. array("i","inā",".m.$.sg.$.abl.",256),
  89. array("i","ismā",".m.$.sg.$.abl.",256),
  90. array("i","imhā",".m.$.sg.$.abl.",256),
  91. array("i","ismiṃ",".m.$.sg.$.loc.",256),
  92. array("i","imhi",".m.$.sg.$.loc.",256),
  93. array("i","ī",".m.$.pl.$.nom.",256),
  94. array("i","ayo",".m.$.pl.$.nom.",256),
  95. array("i","ī",".m.$.pl.$.voc.",256),
  96. array("i","ayo",".m.$.pl.$.voc.",256),
  97. array("i","ī",".m.$.pl.$.acc.",256),
  98. array("i","ayo",".m.$.pl.$.acc.",256),
  99. array("i","īnaṃ",".m.$.pl.$.gen.",256),
  100. array("i","īnaṃ",".m.$.pl.$.dat.",256),
  101. array("i","īhi",".m.$.pl.$.inst.",256),
  102. array("i","ībhi",".m.$.pl.$.inst.",256),
  103. array("i","īhi",".m.$.pl.$.abl.",256),
  104. array("i","ībhi",".m.$.pl.$.abl.",256),
  105. array("i","īsu",".m.$.pl.$.loc.",256),
  106. array("i","i",".nt.$.sg.$.nom.",256),
  107. array("i","i",".nt.$.sg.$.voc.",256),
  108. array("i","iṃ",".nt.$.sg.$.acc.",256),
  109. array("i","assa",".nt.$.sg.$.gen.",256),
  110. array("i","ino",".nt.$.sg.$.gen.",256),
  111. array("i","assa",".nt.$.sg.$.dat.",256),
  112. array("i","ino",".nt.$.sg.$.dat.",256),
  113. array("i","inā",".nt.$.sg.$.inst.",256),
  114. array("i","inā",".nt.$.sg.$.abl.",256),
  115. array("i","ismā",".nt.$.sg.$.abl.",256),
  116. array("i","imhā",".nt.$.sg.$.abl.",256),
  117. array("i","ismiṃ",".nt.$.sg.$.loc.",256),
  118. array("i","imhi",".nt.$.sg.$.loc.",256),
  119. array("i","īni",".nt.$.pl.$.nom.",256),
  120. array("i","ī",".nt.$.pl.$.nom.",256),
  121. array("i","īni",".nt.$.pl.$.voc.",256),
  122. array("i","ī",".nt.$.pl.$.voc.",256),
  123. array("i","īni",".nt.$.pl.$.acc.",256),
  124. array("i","ī",".nt.$.pl.$.acc.",256),
  125. array("i","īnaṃ",".nt.$.pl.$.gen.",256),
  126. array("i","īnaṃ",".nt.$.pl.$.dat.",256),
  127. array("i","īhi",".nt.$.pl.$.inst.",256),
  128. array("i","ībhi",".nt.$.pl.$.inst.",256),
  129. array("i","īhi",".nt.$.pl.$.abl.",256),
  130. array("i","ībhi",".nt.$.pl.$.abl.",256),
  131. array("i","īsu",".nt.$.pl.$.loc.",256),
  132. array("i","i",".f.$.sg.$.nom.",256),
  133. array("i","i",".f.$.sg.$.voc.",256),
  134. array("i","iṃ",".f.$.sg.$.acc.",256),
  135. array("i","iyā",".f.$.sg.$.gen.",256),
  136. array("i","yā",".f.$.sg.$.gen.",4),
  137. array("i","iyā",".f.$.sg.$.dat.",256),
  138. array("i","yā",".f.$.sg.$.dat.",4),
  139. array("i","iyā",".f.$.sg.$.inst.",256),
  140. array("i","yā",".f.$.sg.$.inst.",4),
  141. array("i","iyā",".f.$.sg.$.abl.",256),
  142. array("i","yā",".f.$.sg.$.abl.",4),
  143. array("i","iyā",".f.$.sg.$.loc.",256),
  144. array("i","yā",".f.$.sg.$.loc.",256),
  145. array("i","iyaṃ",".f.$.sg.$.loc.",256),
  146. array("i","yaṃ",".f.$.sg.$.loc.",256),
  147. array("i","ī",".f.$.pl.$.nom.",256),
  148. array("i","iyo",".f.$.pl.$.nom.",256),
  149. array("i","yo",".f.$.pl.$.nom.",4),
  150. array("i","ī",".f.$.pl.$.voc.",256),
  151. array("i","iyo",".f.$.pl.$.voc.",256),
  152. array("i","yo",".f.$.pl.$.voc.",4),
  153. array("i","ī",".f.$.pl.$.acc.",256),
  154. array("i","iyo",".f.$.pl.$.acc.",256),
  155. array("i","yo",".f.$.pl.$.acc.",4),
  156. array("i","īnaṃ",".f.$.pl.$.gen.",256),
  157. array("i","īnaṃ",".f.$.pl.$.dat.",256),
  158. array("i","īhi",".f.$.pl.$.inst.",256),
  159. array("i","ībhi",".f.$.pl.$.inst.",256),
  160. array("i","īhi",".f.$.pl.$.abl.",256),
  161. array("i","ībhi",".f.$.pl.$.abl.",256),
  162. array("i","īsu",".f.$.pl.$.loc.",256),
  163. array("ī","ī",".m.$.sg.$.nom.",256),
  164. array("in","ī",".m.$.sg.$.nom.",256),
  165. array("ī","ī",".m.$.sg.$.voc.",256),
  166. array("ī","inī",".m.$.sg.$.voc.",4),
  167. array("in","ī",".m.$.sg.$.voc.",256),
  168. array("in","inī",".m.$.sg.$.voc.",256),
  169. array("ī","iṃ",".m.$.sg.$.acc.",256),
  170. array("ī","inaṃ",".m.$.sg.$.acc.",256),
  171. array("in","iṃ",".m.$.sg.$.acc.",256),
  172. array("in","inaṃ",".m.$.sg.$.acc.",256),
  173. array("ī","issa",".m.$.sg.$.gen.",256),
  174. array("ī","ino",".m.$.sg.$.gen.",256),
  175. array("in","issa",".m.$.sg.$.gen.",256),
  176. array("in","ino",".m.$.sg.$.gen.",256),
  177. array("ī","issa",".m.$.sg.$.dat.",256),
  178. array("ī","ino",".m.$.sg.$.dat.",256),
  179. array("in","issa",".m.$.sg.$.dat.",256),
  180. array("in","ino",".m.$.sg.$.dat.",256),
  181. array("ī","inā",".m.$.sg.$.inst.",256),
  182. array("in","inā",".m.$.sg.$.inst.",256),
  183. array("ī","inā",".m.$.sg.$.abl.",256),
  184. array("ī","ismā",".m.$.sg.$.abl.",256),
  185. array("ī","imhā",".m.$.sg.$.abl.",256),
  186. array("in","inā",".m.$.sg.$.abl.",256),
  187. array("in","ismā",".m.$.sg.$.abl.",256),
  188. array("in","imhā",".m.$.sg.$.abl.",256),
  189. array("ī","ismiṃ",".m.$.sg.$.loc.",256),
  190. array("ī","imhi",".m.$.sg.$.loc.",256),
  191. array("in","ismiṃ",".m.$.sg.$.loc.",256),
  192. array("in","imhi",".m.$.sg.$.loc.",256),
  193. array("ī","ī",".m.$.pl.$.nom.",256),
  194. array("ī","ino",".m.$.pl.$.nom.",256),
  195. array("in","ī",".m.$.pl.$.nom.",256),
  196. array("in","ino",".m.$.pl.$.nom.",256),
  197. array("ī","ī",".m.$.pl.$.voc.",256),
  198. array("ī","ino",".m.$.pl.$.voc.",256),
  199. array("in","ī",".m.$.pl.$.voc.",256),
  200. array("in","ino",".m.$.pl.$.voc.",256),
  201. array("ī","ī",".m.$.pl.$.acc.",256),
  202. array("ī","ino",".m.$.pl.$.acc.",256),
  203. array("in","ī",".m.$.pl.$.acc.",256),
  204. array("in","ino",".m.$.pl.$.acc.",256),
  205. array("ī","inaṃ",".m.$.pl.$.gen.",256),
  206. array("in","inaṃ",".m.$.pl.$.gen.",256),
  207. array("ī","inaṃ",".m.$.pl.$.dat.",256),
  208. array("in","inaṃ",".m.$.pl.$.dat.",256),
  209. array("ī","īhi",".m.$.pl.$.inst.",256),
  210. array("ī","ībhi",".m.$.pl.$.inst.",256),
  211. array("in","īhi",".m.$.pl.$.inst.",256),
  212. array("in","ībhi",".m.$.pl.$.inst.",256),
  213. array("ī","īhi",".m.$.pl.$.abl.",256),
  214. array("ī","ībhi",".m.$.pl.$.abl.",256),
  215. array("in","īhi",".m.$.pl.$.abl.",256),
  216. array("in","ībhi",".m.$.pl.$.abl.",256),
  217. array("ī","īsu",".m.$.pl.$.loc.",256),
  218. array("in","īsu",".m.$.pl.$.loc.",256),
  219. array("ī","ī",".f.$.sg.$.nom.",256),
  220. array("ī","ī",".f.$.sg.$.voc.",256),
  221. array("ī","iṃ",".f.$.sg.$.acc.",256),
  222. array("ī","iyā",".f.$.sg.$.gen.",256),
  223. array("ī","ayā",".f.$.sg.$.gen.",256),
  224. array("ī","yā",".f.$.sg.$.gen.",4),
  225. array("ī","iyā",".f.$.sg.$.dat.",256),
  226. array("ī","ayā",".f.$.sg.$.dat.",256),
  227. array("ī","yā",".f.$.sg.$.dat.",4),
  228. array("ī","iyā",".f.$.sg.$.inst.",256),
  229. array("ī","ayā",".f.$.sg.$.inst.",256),
  230. array("ī","yā",".f.$.sg.$.inst.",4),
  231. array("ī","iyā",".f.$.sg.$.abl.",256),
  232. array("ī","ayā",".f.$.sg.$.abl.",256),
  233. array("ī","yā",".f.$.sg.$.abl.",4),
  234. array("ī","iyā",".f.$.sg.$.loc.",256),
  235. array("ī","ayā",".f.$.sg.$.loc.",256),
  236. array("ī","yā",".f.$.sg.$.loc.",4),
  237. array("ī","iyaṃ",".f.$.sg.$.loc.",256),
  238. array("ī","ayaṃ",".f.$.sg.$.loc.",256),
  239. array("ī","yaṃ",".f.$.sg.$.loc.",4),
  240. array("ī","ī",".f.$.pl.$.nom.",256),
  241. array("ī","iyo",".f.$.pl.$.nom.",256),
  242. array("ī","yo",".f.$.pl.$.nom.",4),
  243. array("ī","ī",".f.$.pl.$.voc.",256),
  244. array("ī","iyo",".f.$.pl.$.voc.",256),
  245. array("ī","yo",".f.$.pl.$.voc.",256),
  246. array("ī","ī",".f.$.pl.$.acc.",256),
  247. array("ī","iyo",".f.$.pl.$.acc.",256),
  248. array("ī","yo",".f.$.pl.$.acc.",256),
  249. array("ī","īnaṃ",".f.$.pl.$.gen.",256),
  250. array("ī","īnaṃ",".f.$.pl.$.dat.",256),
  251. array("ī","īhi",".f.$.pl.$.inst.",256),
  252. array("ī","ībhi",".f.$.pl.$.inst.",256),
  253. array("ī","īhi",".f.$.pl.$.abl.",256),
  254. array("ī","ībhi",".f.$.pl.$.abl.",256),
  255. array("ī","īsu",".f.$.pl.$.loc.",256),
  256. array("u","u",".m.$.sg.$.nom.",256),
  257. array("u","u",".m.$.sg.$.voc.",256),
  258. array("u","uṃ",".m.$.sg.$.acc.",256),
  259. array("u","ussa",".m.$.sg.$.gen.",256),
  260. array("u","uno",".m.$.sg.$.gen.",256),
  261. array("u","ussa",".m.$.sg.$.dat.",256),
  262. array("u","uno",".m.$.sg.$.dat.",256),
  263. array("u","unā",".m.$.sg.$.inst.",256),
  264. array("u","unā",".m.$.sg.$.abl.",256),
  265. array("u","usmā",".m.$.sg.$.abl.",256),
  266. array("u","umhā",".m.$.sg.$.abl.",256),
  267. array("u","usmiṃ",".m.$.sg.$.loc.",256),
  268. array("u","umhi",".m.$.sg.$.loc.",256),
  269. array("u","ū",".m.$.pl.$.nom.",256),
  270. array("u","avo",".m.$.pl.$.nom.",256),
  271. array("u","ū",".m.$.pl.$.voc.",256),
  272. array("u","avo",".m.$.pl.$.voc.",256),
  273. array("u","ave",".m.$.pl.$.voc.",256),
  274. array("u","ū",".m.$.pl.$.acc.",256),
  275. array("u","avo",".m.$.pl.$.acc.",256),
  276. array("u","ūnaṃ",".m.$.pl.$.gen.",256),
  277. array("u","ūnaṃ",".m.$.pl.$.dat.",256),
  278. array("u","ūhi",".m.$.pl.$.inst.",256),
  279. array("u","ūbhi",".m.$.pl.$.inst.",256),
  280. array("u","ūhi",".m.$.pl.$.abl.",256),
  281. array("u","ūbhi",".m.$.pl.$.abl.",256),
  282. array("u","ūsu",".m.$.pl.$.loc.",256),
  283. array("u","u",".nt.$.sg.$.nom.",256),
  284. array("u","u",".nt.$.sg.$.voc.",256),
  285. array("u","uṃ",".nt.$.sg.$.acc.",256),
  286. array("u","ussa",".nt.$.sg.$.gen.",256),
  287. array("u","uno",".nt.$.sg.$.gen.",256),
  288. array("u","ussa",".nt.$.sg.$.dat.",256),
  289. array("u","uno",".nt.$.sg.$.dat.",256),
  290. array("u","unā",".nt.$.sg.$.inst.",256),
  291. array("u","unā",".nt.$.sg.$.abl.",256),
  292. array("u","usmā",".nt.$.sg.$.abl.",256),
  293. array("u","umhā",".nt.$.sg.$.abl.",256),
  294. array("u","usmiṃ",".nt.$.sg.$.loc.",256),
  295. array("u","umhi",".nt.$.sg.$.loc.",256),
  296. array("u","ū",".nt.$.pl.$.nom.",256),
  297. array("u","ūni",".nt.$.pl.$.nom.",256),
  298. array("u","ū",".nt.$.pl.$.voc.",256),
  299. array("u","ūni",".nt.$.pl.$.voc.",256),
  300. array("u","ū",".nt.$.pl.$.acc.",256),
  301. array("u","ūni",".nt.$.pl.$.acc.",256),
  302. array("u","ūnaṃ",".nt.$.pl.$.gen.",256),
  303. array("u","ūnaṃ",".nt.$.pl.$.dat.",256),
  304. array("u","ūhi",".nt.$.pl.$.inst.",256),
  305. array("u","ūbhi",".nt.$.pl.$.inst.",256),
  306. array("u","ūhi",".nt.$.pl.$.abl.",256),
  307. array("u","ūbhi",".nt.$.pl.$.abl.",256),
  308. array("u","ūsu",".nt.$.pl.$.loc.",256),
  309. array("u","u",".f.$.sg.$.nom.",256),
  310. array("u","u",".f.$.sg.$.voc.",256),
  311. array("u","uṃ",".f.$.sg.$.acc.",256),
  312. array("u","uyā",".f.$.sg.$.gen.",256),
  313. array("u","uyā",".f.$.sg.$.dat.",256),
  314. array("u","uyā",".f.$.sg.$.inst.",256),
  315. array("u","uyā",".f.$.sg.$.abl.",256),
  316. array("u","uto",".f.$.sg.$.abl.",256),
  317. array("u","uyā",".f.$.sg.$.loc.",256),
  318. array("u","uyaṃ",".f.$.sg.$.loc.",256),
  319. array("u","ū",".f.$.pl.$.nom.",256),
  320. array("u","uyo",".f.$.pl.$.nom.",256),
  321. array("u","ūvo",".f.$.pl.$.nom.",256),
  322. array("u","ū",".f.$.pl.$.voc.",256),
  323. array("u","uyo",".f.$.pl.$.voc.",256),
  324. array("u","ū",".f.$.pl.$.acc.",256),
  325. array("u","uyo",".f.$.pl.$.acc.",256),
  326. array("u","ūnaṃ",".f.$.pl.$.gen.",256),
  327. array("u","ūnaṃ",".f.$.pl.$.dat.",256),
  328. array("u","ūhi",".f.$.pl.$.inst.",256),
  329. array("u","ūbhi",".f.$.pl.$.inst.",256),
  330. array("u","ūhi",".f.$.pl.$.abl.",256),
  331. array("u","ūbhi",".f.$.pl.$.abl.",256),
  332. array("u","ūsu",".f.$.pl.$.loc.",256),
  333. array("ū","ū",".m.$.sg.$.nom.",256),
  334. array("ū","ū",".m.$.sg.$.voc.",256),
  335. array("ū","uṃ",".m.$.sg.$.acc.",256),
  336. array("ū","ussa",".m.$.sg.$.gen.",256),
  337. array("ū","uno",".m.$.sg.$.gen.",256),
  338. array("ū","ussa",".m.$.sg.$.dat.",256),
  339. array("ū","uno",".m.$.sg.$.dat.",256),
  340. array("ū","unā",".m.$.sg.$.inst.",256),
  341. array("ū","unā",".m.$.sg.$.abl.",256),
  342. array("ū","usmā",".m.$.sg.$.abl.",256),
  343. array("ū","umhā",".m.$.sg.$.abl.",256),
  344. array("ū","usmiṃ",".m.$.sg.$.loc.",256),
  345. array("ū","umhi",".m.$.sg.$.loc.",256),
  346. array("ū","ū",".m.$.pl.$.nom.",256),
  347. array("ū","avo",".m.$.pl.$.nom.",256),
  348. array("ū","ū",".m.$.pl.$.voc.",256),
  349. array("ū","avo",".m.$.pl.$.voc.",256),
  350. array("ū","ave",".m.$.pl.$.voc.",256),
  351. array("ū","ū",".m.$.pl.$.acc.",256),
  352. array("ū","avo",".m.$.pl.$.acc.",256),
  353. array("ū","ūnaṃ",".m.$.pl.$.gen.",256),
  354. array("ū","ūnaṃ",".m.$.pl.$.dat.",256),
  355. array("ū","ūhi",".m.$.pl.$.inst.",256),
  356. array("ū","ūbhi",".m.$.pl.$.inst.",256),
  357. array("ū","ūhi",".m.$.pl.$.abl.",256),
  358. array("ū","ūbhi",".m.$.pl.$.abl.",256),
  359. array("ū","ūsu",".m.$.pl.$.loc.",256),
  360. array("ū","ū",".f.$.sg.$.nom.",256),
  361. array("ū","ū",".f.$.sg.$.voc.",256),
  362. array("ū","uṃ",".f.$.sg.$.acc.",256),
  363. array("ū","uyā",".f.$.sg.$.gen.",256),
  364. array("ū","uyā",".f.$.sg.$.dat.",256),
  365. array("ū","uyā",".f.$.sg.$.inst.",256),
  366. array("ū","uyā",".f.$.sg.$.abl.",256),
  367. array("ū","uto",".f.$.sg.$.abl.",256),
  368. array("ū","uyā",".f.$.sg.$.loc.",256),
  369. array("ū","uyaṃ",".f.$.sg.$.loc.",256),
  370. array("ū","ū",".f.$.pl.$.nom.",256),
  371. array("ū","uyo",".f.$.pl.$.nom.",256),
  372. array("ū","ū",".f.$.pl.$.voc.",256),
  373. array("ū","uyo",".f.$.pl.$.voc.",256),
  374. array("ū","ū",".f.$.pl.$.acc.",256),
  375. array("ū","uyo",".f.$.pl.$.acc.",256),
  376. array("ū","ūnaṃ",".f.$.pl.$.gen.",256),
  377. array("ū","ūnaṃ",".f.$.pl.$.dat.",256),
  378. array("ū","ūhi",".f.$.pl.$.inst.",256),
  379. array("ū","ūbhi",".f.$.pl.$.inst.",256),
  380. array("ū","ūhi",".f.$.pl.$.abl.",256),
  381. array("ū","ūbhi",".f.$.pl.$.abl.",256),
  382. array("ū","ūsu",".f.$.pl.$.loc.",256),
  383. array("as","o",".m.$.sg.$.nom.",256),
  384. array("as","aṃ",".m.$.sg.$.nom.",256),
  385. array("o","o",".m.$.sg.$.nom.",256),
  386. array("o","aṃ",".m.$.sg.$.nom.",256),
  387. array("as","o",".m.$.sg.$.voc.",256),
  388. array("as","aṃ",".m.$.sg.$.voc.",256),
  389. array("as","ā",".m.$.sg.$.voc.",256),
  390. array("as","a",".m.$.sg.$.voc.",256),
  391. array("o","o",".m.$.sg.$.voc.",256),
  392. array("o","aṃ",".m.$.sg.$.voc.",256),
  393. array("o","ā",".m.$.sg.$.voc.",256),
  394. array("o","a",".m.$.sg.$.voc.",256),
  395. array("as","o",".m.$.sg.$.acc.",256),
  396. array("as","aṃ",".m.$.sg.$.acc.",256),
  397. array("o","o",".m.$.sg.$.acc.",256),
  398. array("o","aṃ",".m.$.sg.$.acc.",256),
  399. array("as","aso",".m.$.sg.$.gen.",256),
  400. array("as","assa",".m.$.sg.$.gen.",256),
  401. array("o","aso",".m.$.sg.$.gen.",256),
  402. array("o","assa",".m.$.sg.$.gen.",256),
  403. array("as","aso",".m.$.sg.$.dat.",256),
  404. array("as","assa",".m.$.sg.$.dat.",256),
  405. array("o","aso",".m.$.sg.$.dat.",256),
  406. array("o","assa",".m.$.sg.$.dat.",256),
  407. array("as","asā",".m.$.sg.$.inst.",256),
  408. array("as","ena",".m.$.sg.$.inst.",256),
  409. array("o","asā",".m.$.sg.$.inst.",256),
  410. array("o","ena",".m.$.sg.$.inst.",256),
  411. array("as","asā",".m.$.sg.$.abl.",256),
  412. array("as","asmā",".m.$.sg.$.abl.",256),
  413. array("as","amhā",".m.$.sg.$.abl.",256),
  414. array("as","ā",".m.$.sg.$.abl.",256),
  415. array("o","asā",".m.$.sg.$.abl.",256),
  416. array("o","asmā",".m.$.sg.$.abl.",256),
  417. array("o","amhā",".m.$.sg.$.abl.",256),
  418. array("o","ā",".m.$.sg.$.abl.",256),
  419. array("as","asi",".m.$.sg.$.loc.",256),
  420. array("as","e",".m.$.sg.$.loc.",256),
  421. array("as","asmiṃ",".m.$.sg.$.loc.",256),
  422. array("as","amhi",".m.$.sg.$.loc.",256),
  423. array("o","asi",".m.$.sg.$.loc.",256),
  424. array("o","e",".m.$.sg.$.loc.",256),
  425. array("o","asmiṃ",".m.$.sg.$.loc.",256),
  426. array("o","amhi",".m.$.sg.$.loc.",256),
  427. array("as","ā",".m.$.pl.$.nom.",256),
  428. array("o","ā",".m.$.pl.$.nom.",256),
  429. array("as","ā",".m.$.pl.$.voc.",256),
  430. array("o","ā",".m.$.pl.$.voc.",256),
  431. array("as","e",".m.$.pl.$.acc.",256),
  432. array("o","e",".m.$.pl.$.acc.",256),
  433. array("as","ānaṃ",".m.$.pl.$.gen.",256),
  434. array("o","ānaṃ",".m.$.pl.$.gen.",256),
  435. array("as","ānaṃ",".m.$.pl.$.dat.",256),
  436. array("o","ānaṃ",".m.$.pl.$.dat.",256),
  437. array("as","ehi",".m.$.pl.$.inst.",256),
  438. array("as","ebhi",".m.$.pl.$.inst.",256),
  439. array("o","ehi",".m.$.pl.$.inst.",256),
  440. array("o","ebhi",".m.$.pl.$.inst.",256),
  441. array("as","ehi",".m.$.pl.$.abl.",256),
  442. array("as","ebhi",".m.$.pl.$.abl.",256),
  443. array("o","ehi",".m.$.pl.$.abl.",256),
  444. array("o","ebhi",".m.$.pl.$.abl.",256),
  445. array("as","esu",".m.$.pl.$.loc.",256),
  446. array("o","esu",".m.$.pl.$.loc.",256),
  447. array("as","o",".nt.$.sg.$.nom.",256),
  448. array("as","aṃ",".nt.$.sg.$.nom.",256),
  449. array("o","o",".nt.$.sg.$.nom.",256),
  450. array("o","aṃ",".nt.$.sg.$.nom.",256),
  451. array("as","o",".nt.$.sg.$.voc.",256),
  452. array("as","aṃ",".nt.$.sg.$.voc.",256),
  453. array("as","ā",".nt.$.sg.$.voc.",256),
  454. array("as","a",".nt.$.sg.$.voc.",256),
  455. array("o","o",".nt.$.sg.$.voc.",256),
  456. array("o","aṃ",".nt.$.sg.$.voc.",256),
  457. array("o","ā",".nt.$.sg.$.voc.",256),
  458. array("o","a",".nt.$.sg.$.voc.",256),
  459. array("as","o",".nt.$.sg.$.acc.",256),
  460. array("as","aṃ",".nt.$.sg.$.acc.",256),
  461. array("o","o",".nt.$.sg.$.acc.",256),
  462. array("o","aṃ",".nt.$.sg.$.acc.",256),
  463. array("as","aso",".nt.$.sg.$.gen.",256),
  464. array("as","assa",".nt.$.sg.$.gen.",256),
  465. array("o","aso",".nt.$.sg.$.gen.",256),
  466. array("o","assa",".nt.$.sg.$.gen.",256),
  467. array("as","aso",".nt.$.sg.$.dat.",256),
  468. array("as","assa",".nt.$.sg.$.dat.",256),
  469. array("o","aso",".nt.$.sg.$.dat.",256),
  470. array("o","assa",".nt.$.sg.$.dat.",256),
  471. array("as","asā",".nt.$.sg.$.inst.",256),
  472. array("as","ena",".nt.$.sg.$.inst.",256),
  473. array("o","asā",".nt.$.sg.$.inst.",256),
  474. array("o","ena",".nt.$.sg.$.inst.",256),
  475. array("as","asā",".nt.$.sg.$.abl.",256),
  476. array("as","asmā",".nt.$.sg.$.abl.",256),
  477. array("as","amhā",".nt.$.sg.$.abl.",256),
  478. array("as","ā",".nt.$.sg.$.abl.",256),
  479. array("o","asā",".nt.$.sg.$.abl.",256),
  480. array("o","asmā",".nt.$.sg.$.abl.",256),
  481. array("o","amhā",".nt.$.sg.$.abl.",256),
  482. array("o","ā",".nt.$.sg.$.abl.",256),
  483. array("as","asi",".nt.$.sg.$.loc.",256),
  484. array("as","e",".nt.$.sg.$.loc.",256),
  485. array("as","asmiṃ",".nt.$.sg.$.loc.",256),
  486. array("as","amhi",".nt.$.sg.$.loc.",256),
  487. array("o","asi",".nt.$.sg.$.loc.",256),
  488. array("o","e",".nt.$.sg.$.loc.",256),
  489. array("o","asmiṃ",".nt.$.sg.$.loc.",256),
  490. array("o","amhi",".nt.$.sg.$.loc.",256),
  491. array("as","ā",".nt.$.pl.$.nom.",256),
  492. array("o","ā",".nt.$.pl.$.nom.",256),
  493. array("as","ā",".nt.$.pl.$.voc.",256),
  494. array("o","ā",".nt.$.pl.$.voc.",256),
  495. array("as","e",".nt.$.pl.$.acc.",256),
  496. array("o","e",".nt.$.pl.$.acc.",256),
  497. array("as","ānaṃ",".nt.$.pl.$.gen.",256),
  498. array("o","ānaṃ",".nt.$.pl.$.gen.",256),
  499. array("as","ānaṃ",".nt.$.pl.$.dat.",256),
  500. array("o","ānaṃ",".nt.$.pl.$.dat.",256),
  501. array("as","ehi",".nt.$.pl.$.inst.",256),
  502. array("as","ebhi",".nt.$.pl.$.inst.",256),
  503. array("o","ehi",".nt.$.pl.$.inst.",256),
  504. array("o","ebhi",".nt.$.pl.$.inst.",256),
  505. array("as","ehi",".nt.$.pl.$.abl.",256),
  506. array("as","ebhi",".nt.$.pl.$.abl.",256),
  507. array("o","ehi",".nt.$.pl.$.abl.",256),
  508. array("o","ebhi",".nt.$.pl.$.abl.",256),
  509. array("as","esu",".nt.$.pl.$.loc.",256),
  510. array("o","esu",".nt.$.pl.$.loc.",256),
  511. array("an","ā",".m.$.sg.$.nom.",256),
  512. array("an","ā",".m.$.sg.$.voc.",256),
  513. array("an","a",".m.$.sg.$.voc.",256),
  514. array("an","aṃ",".m.$.sg.$.acc.",256),
  515. array("an","ānaṃ",".m.$.sg.$.acc.",256),
  516. array("an","anaṃ",".m.$.sg.$.acc.",256),
  517. array("an","assa",".m.$.sg.$.gen.",256),
  518. array("an","ano",".m.$.sg.$.gen.",256),
  519. array("an","assa",".m.$.sg.$.dat.",256),
  520. array("an","ano",".m.$.sg.$.dat.",256),
  521. array("an","ena",".m.$.sg.$.inst.",256),
  522. array("an","anā",".m.$.sg.$.inst.",256),
  523. array("an","anā",".m.$.sg.$.abl.",256),
  524. array("an","asmā",".m.$.sg.$.abl.",256),
  525. array("an","amhā",".m.$.sg.$.abl.",256),
  526. array("an","ani",".m.$.sg.$.loc.",256),
  527. array("an","asmiṃ",".m.$.sg.$.loc.",256),
  528. array("an","amhi",".m.$.sg.$.loc.",256),
  529. array("an","ā",".m.$.pl.$.nom.",256),
  530. array("an","āno",".m.$.pl.$.nom.",256),
  531. array("an","ā",".m.$.pl.$.voc.",256),
  532. array("an","āno",".m.$.pl.$.voc.",256),
  533. array("an","āno",".m.$.pl.$.acc.",256),
  534. array("an","e",".m.$.pl.$.acc.",256),
  535. array("an","ānaṃ",".m.$.pl.$.gen.",256),
  536. array("an","ānaṃ",".m.$.pl.$.dat.",256),
  537. array("an","anehi",".m.$.pl.$.inst.",256),
  538. array("an","anebhi",".m.$.pl.$.inst.",256),
  539. array("an","anehi",".m.$.pl.$.abl.",256),
  540. array("an","anebhi",".m.$.pl.$.abl.",256),
  541. array("an","anesu",".m.$.pl.$.loc.",256),
  542. array("an","aṃ",".nt.$.sg.$.nom.",256),
  543. array("an","a",".nt.$.sg.$.voc.",256),
  544. array("an","aṃ",".nt.$.sg.$.acc.",256),
  545. array("an","assa",".nt.$.sg.$.gen.",256),
  546. array("an","assa",".nt.$.sg.$.dat.",256),
  547. array("an","āya",".nt.$.sg.$.dat.",4),
  548. array("an","ena",".nt.$.sg.$.inst.",256),
  549. array("an","ā",".nt.$.sg.$.abl.",4),
  550. array("an","asmā",".nt.$.sg.$.abl.",256),
  551. array("an","amhā",".nt.$.sg.$.abl.",256),
  552. array("an","ato",".nt.$.sg.$.abl.",4),
  553. array("an","e",".nt.$.sg.$.loc.",4),
  554. array("an","asmiṃ",".nt.$.sg.$.loc.",256),
  555. array("an","amhi",".nt.$.sg.$.loc.",256),
  556. array("an","āni",".nt.$.pl.$.nom.",256),
  557. array("an","ā",".nt.$.pl.$.nom.",256),
  558. array("an","āni",".nt.$.pl.$.voc.",256),
  559. array("an","ā",".nt.$.pl.$.voc.",256),
  560. array("an","āni",".nt.$.pl.$.acc.",256),
  561. array("an","e",".nt.$.pl.$.acc.",4),
  562. array("an","ānaṃ",".nt.$.pl.$.gen.",256),
  563. array("an","ānaṃ",".nt.$.pl.$.dat.",256),
  564. array("an","ehi",".nt.$.pl.$.inst.",256),
  565. array("an","ebhi",".nt.$.pl.$.inst.",256),
  566. array("an","ehi",".nt.$.pl.$.abl.",256),
  567. array("an","ebhi",".nt.$.pl.$.abl.",256),
  568. array("an","esu",".nt.$.pl.$.loc.",256),
  569. array("ar","ā",".f.$.sg.$.nom.",256),
  570. array("ar","ā",".f.$.sg.$.voc.",256),
  571. array("ar","aṃ",".f.$.sg.$.acc.",256),
  572. array("ar","ānaṃ",".f.$.sg.$.acc.",256),
  573. array("ar","assa",".f.$.sg.$.gen.",256),
  574. array("ar","ino",".f.$.sg.$.gen.",256),
  575. array("ar","assa",".f.$.sg.$.dat.",256),
  576. array("ar","ino",".f.$.sg.$.dat.",256),
  577. array("ar","ena",".f.$.sg.$.inst.",256),
  578. array("ar","inā",".f.$.sg.$.inst.",256),
  579. array("ar","asmā",".f.$.sg.$.abl.",256),
  580. array("ar","amhā",".f.$.sg.$.abl.",256),
  581. array("ar","ini",".f.$.sg.$.loc.",256),
  582. array("ar","asmiṃ",".f.$.sg.$.loc.",256),
  583. array("ar","amhi",".f.$.sg.$.loc.",256),
  584. array("ar","ā",".f.$.pl.$.nom.",256),
  585. array("ar","āno",".f.$.pl.$.nom.",256),
  586. array("ar","ā",".f.$.pl.$.voc.",256),
  587. array("ar","āno",".f.$.pl.$.voc.",256),
  588. array("ar","ā",".f.$.pl.$.acc.",256),
  589. array("ar","āno",".f.$.pl.$.acc.",256),
  590. array("ar","ānaṃ",".f.$.pl.$.gen.",256),
  591. array("ar","ānaṃ",".f.$.pl.$.dat.",256),
  592. array("ar","ehi",".f.$.pl.$.inst.",256),
  593. array("ar","āhi",".f.$.pl.$.inst.",256),
  594. array("ar","ehi",".f.$.pl.$.abl.",256),
  595. array("ar","āhi",".f.$.pl.$.abl.",256),
  596. array("ar","esu",".f.$.pl.$.loc.",256),
  597. array("ar","āsu",".f.$.pl.$.loc.",256),
  598. array("ar","ā",".nt.$.sg.$.nom.",256),
  599. array("ar","ā",".nt.$.sg.$.voc.",256),
  600. array("ar","aṃ",".nt.$.sg.$.acc.",256),
  601. array("ar","ānaṃ",".nt.$.sg.$.acc.",256),
  602. array("ar","assa",".nt.$.sg.$.gen.",256),
  603. array("ar","ino",".nt.$.sg.$.gen.",256),
  604. array("ar","assa",".nt.$.sg.$.dat.",256),
  605. array("ar","ino",".nt.$.sg.$.dat.",256),
  606. array("ar","ena",".nt.$.sg.$.inst.",256),
  607. array("ar","inā",".nt.$.sg.$.inst.",256),
  608. array("ar","asmā",".nt.$.sg.$.abl.",256),
  609. array("ar","amhā",".nt.$.sg.$.abl.",256),
  610. array("ar","ini",".nt.$.sg.$.loc.",256),
  611. array("ar","asmiṃ",".nt.$.sg.$.loc.",256),
  612. array("ar","amhi",".nt.$.sg.$.loc.",256),
  613. array("ar","ā",".nt.$.pl.$.nom.",256),
  614. array("ar","āno",".nt.$.pl.$.nom.",256),
  615. array("ar","ā",".nt.$.pl.$.voc.",256),
  616. array("ar","āno",".nt.$.pl.$.voc.",256),
  617. array("ar","ā",".nt.$.pl.$.acc.",256),
  618. array("ar","āno",".nt.$.pl.$.acc.",256),
  619. array("ar","ānaṃ",".nt.$.pl.$.gen.",256),
  620. array("ar","ānaṃ",".nt.$.pl.$.dat.",256),
  621. array("ar","ehi",".nt.$.pl.$.inst.",256),
  622. array("ar","āhi",".nt.$.pl.$.inst.",256),
  623. array("ar","ehi",".nt.$.pl.$.abl.",256),
  624. array("ar","āhi",".nt.$.pl.$.abl.",256),
  625. array("ar","esu",".nt.$.pl.$.loc.",256),
  626. array("ar","āsu",".nt.$.pl.$.loc.",256),
  627. array("a","e",".m.$.sg.$.nom.",4),
  628. array("a","ā",".m.$.sg.$.inst.",4),
  629. array("a","asā",".m.$.sg.$.inst.",4),
  630. array("a","ā",".m.$.sg.$.dat.",4),
  631. array("a","āya",".m.$.sg.$.gen.",4),
  632. array("a","ā",".m.$.sg.$.gen.",4),
  633. array("a","asi",".m.$.sg.$.loc.",4),
  634. array("a","e",".m.$.sg.$.voc.",4),
  635. array("a","o",".m.$.sg.$.voc.",4),
  636. array("a","āse",".m.$.pl.$.nom.",4),
  637. array("a","o",".m.$.pl.$.nom.",4),
  638. array("a","ān",".m.$.pl.$.acc.",4),
  639. array("a","e",".m.$.pl.$.inst.",4),
  640. array("a","ato",".m.$.pl.$.abl.",4),
  641. array("a","e",".nt.$.sg.$.nom.",4),
  642. array("a","ā",".nt.$.sg.$.inst.",4),
  643. array("a","asā",".nt.$.sg.$.inst.",4),
  644. array("a","ā",".nt.$.sg.$.dat.",4),
  645. array("a","asi",".nt.$.sg.$.loc.",4),
  646. array("a","ā",".nt.$.sg.$.voc.",4),
  647. array("a","aṃ",".nt.$.sg.$.voc.",4),
  648. array("a","āya",".nt.$.sg.$.gen.",4),
  649. array("a","ā",".nt.$.sg.$.gen.",4),
  650. array("a","o",".nt.$.pl.$.acc.",4),
  651. array("a","ato",".nt.$.pl.$.abl.",4),
  652. array("ā","ā",".f.$.sg.$.inst.",4),
  653. array("ā","āto",".f.$.sg.$.abl.",4),
  654. array("ā","a",".f.$.sg.$.voc.",4),
  655. array("ā","iyo",".f.$.pl.$.voc.",4),
  656. array("i","e",".m.$.sg.$.dat.",4),
  657. array("i","ito",".m.$.sg.$.abl.",4),
  658. array("i","e",".m.$.sg.$.gen.",4),
  659. array("i","ini",".m.$.sg.$.loc.",4),
  660. array("i","e",".m.$.sg.$.loc.",4),
  661. array("i","o",".m.$.sg.$.loc.",4),
  662. array("i","iyo",".m.$.pl.$.nom.",4),
  663. array("i","ino",".m.$.pl.$.nom.",4),
  664. array("i","iyo",".m.$.pl.$.acc.",4),
  665. array("i","ihi",".m.$.pl.$.inst.",4),
  666. array("i","ibhi",".m.$.pl.$.inst.",4),
  667. array("i","inaṃ",".m.$.pl.$.dat.",4),
  668. array("i","ihi",".m.$.pl.$.abl.",4),
  669. array("i","ibhi",".m.$.pl.$.abl.",4),
  670. array("i","inaṃ",".m.$.pl.$.gen.",4),
  671. array("i","isu",".m.$.pl.$.loc.",4),
  672. array("i","iyo",".m.$.pl.$.voc.",4),
  673. array("i","ihi",".nt.$.pl.$.inst.",256),
  674. array("i","ibhi",".nt.$.pl.$.inst.",256),
  675. array("i","ihi",".nt.$.pl.$.abl.",256),
  676. array("i","ibhi",".nt.$.pl.$.abl.",256),
  677. array("i","inaṃ",".nt.$.pl.$.gen.",256),
  678. array("i","inaṃ",".nt.$.pl.$.dat.",256),
  679. array("i","isu",".nt.$.pl.$.loc.",256),
  680. array("i","iṃ",".nt.$.sg.$.nom.",4),
  681. array("i","i",".nt.$.sg.$.acc.",4),
  682. array("i","e",".nt.$.sg.$.dat.",4),
  683. array("i","ito",".nt.$.sg.$.abl.",4),
  684. array("i","e",".nt.$.sg.$.gen.",4),
  685. array("i","ini",".nt.$.sg.$.loc.",4),
  686. array("i","e",".nt.$.sg.$.loc.",4),
  687. array("i","o",".nt.$.sg.$.loc.",4),
  688. array("i","iṃ",".nt.$.sg.$.voc.",4),
  689. array("i","ī",".f.$.sg.$.nom.",4),
  690. array("i","ito",".f.$.sg.$.abl.",4),
  691. array("i","myā",".f.$.sg.$.gen.",4),
  692. array("i","o",".f.$.sg.$.loc.",4),
  693. array("i","āyaṃ",".f.$.sg.$.loc.",4),
  694. array("i","u",".f.$.sg.$.loc.",4),
  695. array("i","ī",".f.$.sg.$.voc.",4),
  696. array("ī","ini",".m.$.sg.$.loc.",256),
  697. array("ī","īnaṃ",".m.$.pl.$.gen.",256),
  698. array("ī","īnaṃ",".m.$.pl.$.dat.",256),
  699. array("ī","īsu",".m.$.pl.$.loc.",256),
  700. array("ī","i",".m.$.sg.$.nom.",4),
  701. array("ī","iyo",".m.$.pl.$.nom.",4),
  702. array("ī","iye",".m.$.pl.$.acc.",4),
  703. array("ī","iyaṃ",".m.$.sg.$.acc.",4),
  704. array("ī","ito",".m.$.sg.$.abl.",256),
  705. array("ī","i",".f.$.sg.$.nom.",256),
  706. array("ī","iyaṃ",".f.$.sg.$.acc.",256),
  707. array("ī","ito",".f.$.sg.$.abl.",4),
  708. array("ī","īto",".f.$.sg.$.abl.",4),
  709. array("ī","āyo",".f.$.pl.$.nom.",4),
  710. array("ī","āyo",".f.$.pl.$.nom.",4),
  711. array("ī","āyo",".f.$.pl.$.nom.",4),
  712. array("ī","inaṃ",".f.$.pl.$.gen.",256),
  713. array("ī","inaṃ",".f.$.pl.$.dat.",256),
  714. array("ī","īyanaṃ",".f.$.pl.$.gen.",256),
  715. array("ī","īyanaṃ",".f.$.pl.$.dat.",256),
  716. array("ī","iyanaṃ",".f.$.pl.$.gen.",256),
  717. array("ī","iyanaṃ",".f.$.pl.$.dat.",256),
  718. array("ī","isu",".f.$.pl.$.loc.",256),
  719. array("ar","ā",".m.$.sg.$.nom.",256),
  720. array("ar","ā",".m.$.sg.$.voc.",256),
  721. array("ar","a",".m.$.sg.$.voc.",256),
  722. array("ar","araṃ",".m.$.sg.$.acc.",256),
  723. array("ar","ãraṃ",".m.$.sg.$.acc.",256),
  724. array("ar","u",".m.$.sg.$.dat.",256),
  725. array("ar","ussa",".m.$.sg.$.dat.",256),
  726. array("ar","uno",".m.$.sg.$.dat.",256),
  727. array("ar","u",".m.$.sg.$.gen.",256),
  728. array("ar","ussa",".m.$.sg.$.gen.",256),
  729. array("ar","uno",".m.$.sg.$.gen.",256),
  730. array("ar","arã",".m.$.sg.$.inst.",256),
  731. array("ar","ãrã",".m.$.sg.$.inst.",256),
  732. array("ar","unā",".m.$.sg.$.inst.",256),
  733. array("ar","arã",".m.$.sg.$.abl.",256),
  734. array("ar","ãrã",".m.$.sg.$.abl.",256),
  735. array("ar","unā",".m.$.sg.$.abl.",256),
  736. array("ar","ari",".m.$.sg.$.loc.",256),
  737. array("ar","āro",".m.$.pl.$.nom.",256),
  738. array("ar","ā",".m.$.pl.$.nom.",256),
  739. array("ar","āro",".m.$.pl.$.voc.",256),
  740. array("ar","ā",".m.$.pl.$.voc.",256),
  741. array("ar","āro",".m.$.pl.$.acc.",256),
  742. array("ar","āre",".m.$.pl.$.acc.",256),
  743. array("ar","ānaṃ",".m.$.pl.$.dat.",256),
  744. array("ar","ārānaṃ",".m.$.pl.$.dat.",256),
  745. array("ar","ūnaṃ",".m.$.pl.$.dat.",256),
  746. array("ar","ānaṃ",".m.$.pl.$.gen.",256),
  747. array("ar","ārānaṃ",".m.$.pl.$.gen.",256),
  748. array("ar","ūnaṃ",".m.$.pl.$.gen.",256),
  749. array("ar","ārehi",".m.$.pl.$.inst.",256),
  750. array("ar","ārebhi",".m.$.pl.$.inst.",256),
  751. array("ar","ārehi",".m.$.pl.$.abl.",256),
  752. array("ar","ārebhi",".m.$.pl.$.abl.",256),
  753. array("ar","āresu",".m.$.pl.$.loc.",256),
  754. array("ar","ūsu",".m.$.pl.$.loc.",256),
  755. array("ar","āyo",".m.$.sg.$.voc.",256),
  756. array("ar","iyo",".m.$.sg.$.voc.",256),
  757. array("an","ane",".m.$.sg.$.loc.",256),
  758. array("an","ā",".m.$.pl.$.voc.",256),
  759. array("an","ubhi",".m.$.pl.$.inst.",256),
  760. array("an","ūbhi",".m.$.pl.$.inst.",256),
  761. array("an","uhi",".m.$.pl.$.inst.",256),
  762. array("an","ūhi",".m.$.pl.$.inst.",256),
  763. array("an","ūnaṃ",".m.$.pl.$.gen.",256),
  764. array("an","ūnaṃ",".m.$.pl.$.gen.",256),
  765. array("an","esu",".m.$.pl.$.loc.",256),
  766. array("an","ūsu",".m.$.pl.$.loc.",256),
  767. array("an","usu",".m.$.pl.$.loc.",256),
  768. array("an","a",".nt.$.sg.$.nom.",256),
  769. array("an","a",".nt.$.sg.$.acc.",256),
  770. array("an","anā",".nt.$.sg.$.inst.",256),
  771. array("an","unā",".nt.$.sg.$.inst.",256),
  772. array("an","no",".nt.$.sg.$.dat.",256),
  773. array("an","unā",".nt.$.sg.$.abl.",256),
  774. array("an","no",".nt.$.sg.$.dat.",256),
  775. array("an","ani",".nt.$.sg.$.loc.",256),
  776. array("an","ā",".nt.$.pl.$.voc.",256),
  777. array("as","āni",".m.$.pl.$.nom.",256),
  778. array("as","ā",".m.$.pl.$.acc.",256),
  779. array("as","āni",".m.$.pl.$.acc.",256),
  780. array("as","āni",".m.$.pl.$.voc.",256),
  781. array("as","āni",".m.$.pl.$.nom.",256),
  782. array("as","ā",".m.$.pl.$.acc.",256),
  783. array("as","āni",".m.$.pl.$.acc.",256),
  784. array("as","āni",".m.$.pl.$.voc.",256),
  785. array("as","āni",".m.$.pl.$.nom.",256),
  786. array("as","ā",".m.$.pl.$.acc.",256),
  787. array("as","āni",".m.$.pl.$.acc.",256),
  788. array("as","āni",".m.$.pl.$.voc.",256),
  789. array("us","u",".m.$.sg.$.nom.",256),
  790. array("us","uṃ",".m.$.sg.$.nom.",256),
  791. array("us","u",".m.$.sg.$.voc.",256),
  792. array("us","uṃ",".m.$.sg.$.voc.",256),
  793. array("us","u",".m.$.sg.$.acc.",256),
  794. array("us","uṃ",".m.$.sg.$.acc.",256),
  795. array("us","ussa",".m.$.sg.$.dat.",256),
  796. array("us","uno",".m.$.sg.$.dat.",256),
  797. array("us","ussa",".m.$.sg.$.gen.",256),
  798. array("us","uno",".m.$.sg.$.gen.",256),
  799. array("us","unā",".m.$.sg.$.inst.",256),
  800. array("us","usā",".m.$.sg.$.inst.",256),
  801. array("us","unā",".m.$.sg.$.abl.",256),
  802. array("us","usā",".m.$.sg.$.abl.",256),
  803. array("us","uni",".m.$.sg.$.loc.",256),
  804. array("us","usi",".m.$.sg.$.loc.",256),
  805. array("us","ū",".m.$.pl.$.nom.",256),
  806. array("us","ūni",".m.$.pl.$.nom.",256),
  807. array("us","ū",".m.$.pl.$.voc.",256),
  808. array("us","ūni",".m.$.pl.$.voc.",256),
  809. array("us","ū",".m.$.pl.$.acc.",256),
  810. array("us","ūni",".m.$.pl.$.acc.",256),
  811. array("us","ūnaṃ",".m.$.pl.$.dat.",256),
  812. array("us","ūsaṃ",".m.$.pl.$.dat.",256),
  813. array("us","ūnaṃ",".m.$.pl.$.gen.",256),
  814. array("us","ūsaṃ",".m.$.pl.$.gen.",256),
  815. array("us","ūhi",".m.$.pl.$.inst.",256),
  816. array("us","ūbhi",".m.$.pl.$.inst.",256),
  817. array("us","ūhi",".m.$.pl.$.abl.",256),
  818. array("us","ūbhi",".m.$.pl.$.abl.",256),
  819. array("us","ūsu",".m.$.pl.$.loc.",256),
  820. array("a","assā",".m.$.sg.$.gen.",256),
  821. array("a","assā",".m.$.sg.$.dat.",256),
  822. array("a","enā",".m.$.sg.$.inst.",256),
  823. array("a","amhī",".m.$.sg.$.loc.",256),
  824. array("a","ehī",".m.$.pl.$.inst.",256),
  825. array("a","ebhī",".m.$.pl.$.inst.",256),
  826. array("a","ehī",".m.$.pl.$.abl.",256),
  827. array("a","ebhī",".m.$.pl.$.abl.",256),
  828. array("a","esū",".m.$.pl.$.loc.",256),
  829. array("a","assā",".nt.$.sg.$.gen.",256),
  830. array("a","assā",".nt.$.sg.$.dat.",256),
  831. array("a","enā",".nt.$.sg.$.inst.",256),
  832. array("a","amhī",".nt.$.sg.$.loc.",256),
  833. array("a","ānī",".nt.$.pl.$.nom.",256),
  834. array("a","ānī",".nt.$.pl.$.voc.",256),
  835. array("a","ānī",".nt.$.pl.$.acc.",256),
  836. array("a","ehī",".nt.$.pl.$.inst.",256),
  837. array("a","ebhī",".nt.$.pl.$.inst.",256),
  838. array("a","ehī",".nt.$.pl.$.abl.",256),
  839. array("a","ebhī",".nt.$.pl.$.abl.",256),
  840. array("a","esū",".nt.$.pl.$.loc.",256),
  841. array("ā","āhī",".f.$.pl.$.inst.",256),
  842. array("ā","ābhī",".f.$.pl.$.inst.",256),
  843. array("ā","āhī",".f.$.pl.$.abl.",256),
  844. array("ā","ābhī",".f.$.pl.$.abl.",256),
  845. array("ā","āsū",".f.$.pl.$.loc.",256),
  846. array("i","issā",".m.$.sg.$.gen.",256),
  847. array("i","issā",".m.$.sg.$.dat.",256),
  848. array("i","imhī",".m.$.sg.$.loc.",256),
  849. array("i","īhī",".m.$.pl.$.inst.",256),
  850. array("i","ībhī",".m.$.pl.$.inst.",256),
  851. array("i","īhī",".m.$.pl.$.abl.",256),
  852. array("i","ībhī",".m.$.pl.$.abl.",256),
  853. array("i","īsū",".m.$.pl.$.loc.",256),
  854. array("i","assā",".nt.$.sg.$.gen.",256),
  855. array("i","assā",".nt.$.sg.$.dat.",256),
  856. array("i","imhī",".nt.$.sg.$.loc.",256),
  857. array("i","īnī",".nt.$.pl.$.nom.",256),
  858. array("i","īnī",".nt.$.pl.$.voc.",256),
  859. array("i","īnī",".nt.$.pl.$.acc.",256),
  860. array("i","īhī",".nt.$.pl.$.inst.",256),
  861. array("i","ībhī",".nt.$.pl.$.inst.",256),
  862. array("i","īhī",".nt.$.pl.$.abl.",256),
  863. array("i","ībhī",".nt.$.pl.$.abl.",256),
  864. array("i","īsū",".nt.$.pl.$.loc.",256),
  865. array("i","īhī",".f.$.pl.$.inst.",256),
  866. array("i","ībhī",".f.$.pl.$.inst.",256),
  867. array("i","īhī",".f.$.pl.$.abl.",256),
  868. array("i","ībhī",".f.$.pl.$.abl.",256),
  869. array("i","īsū",".f.$.pl.$.loc.",256),
  870. array("ī","issā",".m.$.sg.$.gen.",256),
  871. array("in","issā",".m.$.sg.$.gen.",256),
  872. array("ī","issā",".m.$.sg.$.dat.",256),
  873. array("in","issā",".m.$.sg.$.dat.",256),
  874. array("ī","imhī",".m.$.sg.$.loc.",256),
  875. array("in","imhī",".m.$.sg.$.loc.",256),
  876. array("ī","īhī",".m.$.pl.$.inst.",256),
  877. array("ī","ībhī",".m.$.pl.$.inst.",256),
  878. array("in","īhī",".m.$.pl.$.inst.",256),
  879. array("in","ībhī",".m.$.pl.$.inst.",256),
  880. array("ī","īhī",".m.$.pl.$.abl.",256),
  881. array("ī","ībhī",".m.$.pl.$.abl.",256),
  882. array("in","īhī",".m.$.pl.$.abl.",256),
  883. array("in","ībhī",".m.$.pl.$.abl.",256),
  884. array("ī","īsū",".m.$.pl.$.loc.",256),
  885. array("in","īsū",".m.$.pl.$.loc.",256),
  886. array("ī","īhī",".f.$.pl.$.inst.",256),
  887. array("ī","ībhī",".f.$.pl.$.inst.",256),
  888. array("ī","īhī",".f.$.pl.$.abl.",256),
  889. array("ī","ībhī",".f.$.pl.$.abl.",256),
  890. array("ī","īsū",".f.$.pl.$.loc.",256),
  891. array("u","ussā",".m.$.sg.$.gen.",256),
  892. array("u","ussā",".m.$.sg.$.dat.",256),
  893. array("u","umhī",".m.$.sg.$.loc.",256),
  894. array("u","ūhī",".m.$.pl.$.inst.",256),
  895. array("u","ūbhī",".m.$.pl.$.inst.",256),
  896. array("u","ūhī",".m.$.pl.$.abl.",256),
  897. array("u","ūbhī",".m.$.pl.$.abl.",256),
  898. array("u","ūsū",".m.$.pl.$.loc.",256),
  899. array("u","ussā",".nt.$.sg.$.gen.",256),
  900. array("u","ussā",".nt.$.sg.$.dat.",256),
  901. array("u","umhī",".nt.$.sg.$.loc.",256),
  902. array("u","ūnī",".nt.$.pl.$.nom.",256),
  903. array("u","ūnī",".nt.$.pl.$.voc.",256),
  904. array("u","ūnī",".nt.$.pl.$.acc.",256),
  905. array("u","ūhī",".nt.$.pl.$.inst.",256),
  906. array("u","ūbhī",".nt.$.pl.$.inst.",256),
  907. array("u","ūhī",".nt.$.pl.$.abl.",256),
  908. array("u","ūbhī",".nt.$.pl.$.abl.",256),
  909. array("u","ūsū",".nt.$.pl.$.loc.",256),
  910. array("u","ūhī",".f.$.pl.$.inst.",256),
  911. array("u","ūbhī",".f.$.pl.$.inst.",256),
  912. array("u","ūhī",".f.$.pl.$.abl.",256),
  913. array("u","ūbhī",".f.$.pl.$.abl.",256),
  914. array("u","ūsū",".f.$.pl.$.loc.",256),
  915. array("ū","ussā",".m.$.sg.$.gen.",256),
  916. array("ū","ussā",".m.$.sg.$.dat.",256),
  917. array("ū","umhī",".m.$.sg.$.loc.",256),
  918. array("ū","ūhī",".m.$.pl.$.inst.",256),
  919. array("ū","ūbhī",".m.$.pl.$.inst.",256),
  920. array("ū","ūhī",".m.$.pl.$.abl.",256),
  921. array("ū","ūbhī",".m.$.pl.$.abl.",256),
  922. array("ū","ūsū",".m.$.pl.$.loc.",256),
  923. array("ū","ūhī",".f.$.pl.$.inst.",256),
  924. array("ū","ūbhī",".f.$.pl.$.inst.",256),
  925. array("ū","ūhī",".f.$.pl.$.abl.",256),
  926. array("ū","ūbhī",".f.$.pl.$.abl.",256),
  927. array("ū","ūsū",".f.$.pl.$.loc.",256),
  928. array("as","assā",".m.$.sg.$.gen.",256),
  929. array("o","assā",".m.$.sg.$.gen.",256),
  930. array("as","assā",".m.$.sg.$.dat.",256),
  931. array("o","assā",".m.$.sg.$.dat.",256),
  932. array("as","enā",".m.$.sg.$.inst.",256),
  933. array("o","enā",".m.$.sg.$.inst.",256),
  934. array("as","asī",".m.$.sg.$.loc.",256),
  935. array("as","amhī",".m.$.sg.$.loc.",256),
  936. array("o","asī",".m.$.sg.$.loc.",256),
  937. array("o","amhī",".m.$.sg.$.loc.",256),
  938. array("as","ehī",".m.$.pl.$.inst.",256),
  939. array("as","ebhī",".m.$.pl.$.inst.",256),
  940. array("o","ehī",".m.$.pl.$.inst.",256),
  941. array("o","ebhī",".m.$.pl.$.inst.",256),
  942. array("as","ehī",".m.$.pl.$.abl.",256),
  943. array("as","ebhī",".m.$.pl.$.abl.",256),
  944. array("o","ehī",".m.$.pl.$.abl.",256),
  945. array("o","ebhī",".m.$.pl.$.abl.",256),
  946. array("as","esū",".m.$.pl.$.loc.",256),
  947. array("o","esū",".m.$.pl.$.loc.",256),
  948. array("as","assā",".nt.$.sg.$.gen.",256),
  949. array("o","assā",".nt.$.sg.$.gen.",256),
  950. array("as","assā",".nt.$.sg.$.dat.",256),
  951. array("o","assā",".nt.$.sg.$.dat.",256),
  952. array("as","enā",".nt.$.sg.$.inst.",256),
  953. array("o","enā",".nt.$.sg.$.inst.",256),
  954. array("as","asī",".nt.$.sg.$.loc.",256),
  955. array("as","amhī",".nt.$.sg.$.loc.",256),
  956. array("o","asī",".nt.$.sg.$.loc.",256),
  957. array("o","amhī",".nt.$.sg.$.loc.",256),
  958. array("as","ehī",".nt.$.pl.$.inst.",256),
  959. array("as","ebhī",".nt.$.pl.$.inst.",256),
  960. array("o","ehī",".nt.$.pl.$.inst.",256),
  961. array("o","ebhī",".nt.$.pl.$.inst.",256),
  962. array("as","ehī",".nt.$.pl.$.abl.",256),
  963. array("as","ebhī",".nt.$.pl.$.abl.",256),
  964. array("o","ehī",".nt.$.pl.$.abl.",256),
  965. array("o","ebhī",".nt.$.pl.$.abl.",256),
  966. array("as","esū",".nt.$.pl.$.loc.",256),
  967. array("o","esū",".nt.$.pl.$.loc.",256),
  968. array("an","assā",".m.$.sg.$.gen.",256),
  969. array("an","assā",".m.$.sg.$.dat.",256),
  970. array("an","enā",".m.$.sg.$.inst.",256),
  971. array("an","anī",".m.$.sg.$.loc.",256),
  972. array("an","amhī",".m.$.sg.$.loc.",256),
  973. array("an","anehī",".m.$.pl.$.inst.",256),
  974. array("an","anebhī",".m.$.pl.$.inst.",256),
  975. array("an","anehī",".m.$.pl.$.abl.",256),
  976. array("an","anebhī",".m.$.pl.$.abl.",256),
  977. array("an","anesū",".m.$.pl.$.loc.",256),
  978. array("an","assā",".nt.$.sg.$.gen.",256),
  979. array("an","assā",".nt.$.sg.$.dat.",256),
  980. array("an","enā",".nt.$.sg.$.inst.",256),
  981. array("an","amhī",".nt.$.sg.$.loc.",256),
  982. array("an","ānī",".nt.$.pl.$.nom.",256),
  983. array("an","ānī",".nt.$.pl.$.voc.",256),
  984. array("an","ānī",".nt.$.pl.$.acc.",256),
  985. array("an","ehī",".nt.$.pl.$.inst.",256),
  986. array("an","ebhī",".nt.$.pl.$.inst.",256),
  987. array("an","ehī",".nt.$.pl.$.abl.",256),
  988. array("an","ebhī",".nt.$.pl.$.abl.",256),
  989. array("an","esū",".nt.$.pl.$.loc.",256),
  990. array("ar","assā",".f.$.sg.$.gen.",256),
  991. array("ar","assā",".f.$.sg.$.dat.",256),
  992. array("ar","enā",".f.$.sg.$.inst.",256),
  993. array("ar","amhī",".f.$.sg.$.loc.",256),
  994. array("ar","ehī",".f.$.pl.$.inst.",256),
  995. array("ar","āhī",".f.$.pl.$.inst.",256),
  996. array("ar","ehī",".f.$.pl.$.abl.",256),
  997. array("ar","āhī",".f.$.pl.$.abl.",256),
  998. array("ar","esū",".f.$.pl.$.loc.",256),
  999. array("ar","āsū",".f.$.pl.$.loc.",256),
  1000. array("ar","assā",".nt.$.sg.$.gen.",256),
  1001. array("ar","assā",".nt.$.sg.$.dat.",256),
  1002. array("ar","enā",".nt.$.sg.$.inst.",256),
  1003. array("ar","amhī",".nt.$.sg.$.loc.",256),
  1004. array("ar","ehī",".nt.$.pl.$.inst.",256),
  1005. array("ar","āhī",".nt.$.pl.$.inst.",256),
  1006. array("ar","ehī",".nt.$.pl.$.abl.",256),
  1007. array("ar","āhī",".nt.$.pl.$.abl.",256),
  1008. array("ar","esū",".nt.$.pl.$.loc.",256),
  1009. array("ar","āsū",".nt.$.pl.$.loc.",256),
  1010. array("a","asī",".m.$.sg.$.loc.",4),
  1011. array("a","asī",".nt.$.sg.$.loc.",4),
  1012. array("i","ihī",".m.$.pl.$.inst.",4),
  1013. array("i","ibhī",".m.$.pl.$.inst.",4),
  1014. array("i","ihī",".m.$.pl.$.abl.",4),
  1015. array("i","ibhī",".m.$.pl.$.abl.",4),
  1016. array("i","isū",".m.$.pl.$.loc.",4),
  1017. array("i","ihī",".nt.$.pl.$.inst.",256),
  1018. array("i","ibhī",".nt.$.pl.$.inst.",256),
  1019. array("i","ihī",".nt.$.pl.$.abl.",256),
  1020. array("i","ibhī",".nt.$.pl.$.abl.",256),
  1021. array("i","isū",".nt.$.pl.$.loc.",256),
  1022. array("ī","īsū",".m.$.pl.$.loc.",256),
  1023. array("ī","isū",".f.$.pl.$.loc.",256),
  1024. array("ar","ussā",".m.$.sg.$.dat.",256),
  1025. array("ar","ussā",".m.$.sg.$.gen.",256),
  1026. array("ar","arī",".m.$.sg.$.loc.",256),
  1027. array("ar","ārehī",".m.$.pl.$.inst.",256),
  1028. array("ar","ārebhī",".m.$.pl.$.inst.",256),
  1029. array("ar","ārehī",".m.$.pl.$.abl.",256),
  1030. array("ar","ārebhī",".m.$.pl.$.abl.",256),
  1031. array("ar","āresū",".m.$.pl.$.loc.",256),
  1032. array("ar","ūsū",".m.$.pl.$.loc.",256),
  1033. array("an","ubhī",".m.$.pl.$.inst.",256),
  1034. array("an","ūbhī",".m.$.pl.$.inst.",256),
  1035. array("an","uhī",".m.$.pl.$.inst.",256),
  1036. array("an","ūhī",".m.$.pl.$.inst.",256),
  1037. array("an","esū",".m.$.pl.$.loc.",256),
  1038. array("an","ūsū",".m.$.pl.$.loc.",256),
  1039. array("an","usū",".m.$.pl.$.loc.",256),
  1040. array("an","anī",".nt.$.sg.$.loc.",256),
  1041. array("as","ānī",".m.$.pl.$.nom.",256),
  1042. array("as","ānī",".m.$.pl.$.acc.",256),
  1043. array("as","ānī",".m.$.pl.$.voc.",256),
  1044. array("as","ānī",".m.$.pl.$.nom.",256),
  1045. array("as","ānī",".m.$.pl.$.acc.",256),
  1046. array("as","ānī",".m.$.pl.$.voc.",256),
  1047. array("as","ānī",".m.$.pl.$.nom.",256),
  1048. array("as","ānī",".m.$.pl.$.acc.",256),
  1049. array("as","ānī",".m.$.pl.$.voc.",256),
  1050. array("us","ussā",".m.$.sg.$.dat.",256),
  1051. array("us","ussā",".m.$.sg.$.gen.",256),
  1052. array("us","unī",".m.$.sg.$.loc.",256),
  1053. array("us","usī",".m.$.sg.$.loc.",256),
  1054. array("us","ūnī",".m.$.pl.$.nom.",256),
  1055. array("us","ūnī",".m.$.pl.$.voc.",256),
  1056. array("us","ūnī",".m.$.pl.$.acc.",256),
  1057. array("us","ūhī",".m.$.pl.$.inst.",256),
  1058. array("us","ūbhī",".m.$.pl.$.inst.",256),
  1059. array("us","ūhī",".m.$.pl.$.abl.",256),
  1060. array("us","ūbhī",".m.$.pl.$.abl.",256),
  1061. array("us","ūsū",".m.$.pl.$.loc.",256),
  1062. array("ti","ti",".3p.$.sg.$.pres.",256),
  1063. array("ti","nti",".3p.$.pl.$.pres.",256),
  1064. array("ti","te",".3p.$.sg.$.pres.",256),
  1065. array("ti","nte",".3p.$.pl.$.pres.",256),
  1066. array("ti","re",".3p.$.pl.$.pres.",256),
  1067. array("ti","ssati",".3p.$.sg.$.fut.",256),
  1068. array("ti","ssanti",".3p.$.pl.$.fut.",256),
  1069. array("ti","ssate",".3p.$.sg.$.fut.",256),
  1070. array("ti","ssante",".3p.$.pl.$.fut.",256),
  1071. array("ti","ssare",".3p.$.pl.$.fut.",256),
  1072. array("ti","tu",".3p.$.sg.$.imp.",256),
  1073. array("ti","ntu",".3p.$.pl.$.imp.",256),
  1074. array("ti","taṃ",".3p.$.sg.$.imp.",256),
  1075. array("ti","ntaṃ",".3p.$.pl.$.imp.",256),
  1076. array("ti","sā",".3p.$.sg.$.cond.",256),
  1077. array("ti","ssa",".3p.$.sg.$.cond.",256),
  1078. array("ti","ssati",".3p.$.sg.$.cond.",256),
  1079. array("ti","ssaṃsu",".3p.$.pl.$.cond.",256),
  1080. array("ti","ssatha",".3p.$.sg.$.cond.",256),
  1081. array("ti","ssiṃsu",".3p.$.pl.$.cond.",256),
  1082. array("ti","si",".3p.$.sg.$.aor.",256),
  1083. array("ti","sī",".3p.$.sg.$.aor.",256),
  1084. array("ti","sā",".3p.$.sg.$.aor.",256),
  1085. array("ti","siṃsu",".3p.$.pl.$.aor.",256),
  1086. array("ti","sṃ",".3p.$.pl.$.aor.",256),
  1087. array("ti","suṃū",".3p.$.pl.$.aor.",256),
  1088. array("ti","sā",".3p.$.sg.$.aor.",256),
  1089. array("ti","sa",".3p.$.sg.$.aor.",256),
  1090. array("ti","stthuṃ",".3p.$.pl.$.aor.",256),
  1091. array("ti","satthuṃ",".3p.$.pl.$.aor.",256),
  1092. array("ti","mi",".1p.$.sg.$.pres.",256),
  1093. array("ti","ma",".1p.$.pl.$.pres.",256),
  1094. array("ti","e",".1p.$.sg.$.pres.",256),
  1095. array("ti","mhe",".1p.$.pl.$.pres.",256),
  1096. array("ti","mahe",".1p.$.pl.$.pres.",256),
  1097. array("ti","mha",".1p.$.pl.$.pres.",256),
  1098. array("ti","mase",".1p.$.pl.$.pres.",256),
  1099. array("ti","mhase",".1p.$.pl.$.pres.",256),
  1100. array("ti","ssāmi",".1p.$.sg.$.fut.",256),
  1101. array("ti","ssāma",".1p.$.pl.$.fut.",256),
  1102. array("ti","ssaṃ",".1p.$.sg.$.fut.",256),
  1103. array("ti","ssāmhe",".1p.$.pl.$.fut.",256),
  1104. array("ti","ssāmase",".1p.$.pl.$.fut.",256),
  1105. array("ti","mi",".1p.$.sg.$.imp.",256),
  1106. array("ti","ma",".1p.$.pl.$.imp.",256),
  1107. array("ti","ssa",".1p.$.sg.$.cond.",256),
  1108. array("ti","ssamhā",".1p.$.pl.$.cond.",256),
  1109. array("ti","ssaṃ",".1p.$.sg.$.cond.",256),
  1110. array("ti","ssāmhase",".1p.$.pl.$.cond.",256),
  1111. array("ti","siṃ",".1p.$.sg.$.aor.",256),
  1112. array("ti","saṃ",".1p.$.sg.$.aor.",256),
  1113. array("ti","sṃ",".1p.$.sg.$.aor.",256),
  1114. array("ti","sa",".1p.$.sg.$.aor.",256),
  1115. array("ti","sā",".1p.$.sg.$.aor.",256),
  1116. array("ti","simha",".1p.$.pl.$.aor.",256),
  1117. array("ti","simhā",".1p.$.pl.$.aor.",256),
  1118. array("ti","sa",".1p.$.sg.$.aor.",256),
  1119. array("ti","simhe",".1p.$.pl.$.aor.",256),
  1120. array("ti","si",".2p.$.sg.$.pres.",256),
  1121. array("ti","tha",".2p.$.pl.$.pres.",256),
  1122. array("ti","se",".2p.$.sg.$.pres.",256),
  1123. array("ti","vhe",".2p.$.pl.$.pres.",256),
  1124. array("ti","ssasi",".2p.$.sg.$.fut.",256),
  1125. array("ti","ssatha",".2p.$.pl.$.fut.",256),
  1126. array("ti","ssase",".2p.$.sg.$.fut.",256),
  1127. array("ti","ssavhe",".2p.$.pl.$.fut.",256),
  1128. array("ti","hi",".2p.$.sg.$.imp.",256),
  1129. array("ti","ta",".2p.$.pl.$.imp.",256),
  1130. array("ti","ssu",".2p.$.sg.$.imp.",256),
  1131. array("ti","vho",".2p.$.pl.$.imp.",256),
  1132. array("ti","se",".2p.$.sg.$.cond.",256),
  1133. array("ti","ssa",".2p.$.sg.$.cond.",256),
  1134. array("ti","ssasi",".2p.$.sg.$.cond.",256),
  1135. array("ti","ssatha",".2p.$.pl.$.cond.",256),
  1136. array("ti","ssase",".2p.$.sg.$.cond.",256),
  1137. array("ti","ssavhe",".2p.$.pl.$.cond.",256),
  1138. array("ti","si",".2p.$.sg.$.aor.",256),
  1139. array("ti","so",".2p.$.sg.$.aor.",256),
  1140. array("ti","sā",".2p.$.sg.$.aor.",256),
  1141. array("ti","sttha",".2p.$.pl.$.aor.",256),
  1142. array("ti","sse",".2p.$.sg.$.aor.",256),
  1143. array("ti","svhaṃ",".2p.$.pl.$.aor.",256),
  1144. array("ti","eyya",".3p.$.sg.$.opt.",256),
  1145. array("ti","eyyuṃ",".3p.$.pl.$.opt.",256),
  1146. array("ati","etha",".3p.$.sg.$.opt.",256),
  1147. array("ati","eraṃ",".3p.$.pl.$.opt.",256),
  1148. array("ati","issati",".3p.$.sg.$.fut.",256),
  1149. array("ati","issanti",".3p.$.pl.$.fut.",256),
  1150. array("ati","issate",".3p.$.sg.$.fut.",256),
  1151. array("ati","issante",".3p.$.pl.$.fut.",256),
  1152. array("ati","issare",".3p.$.pl.$.fut.",256),
  1153. array("ati","i",".3p.$.sg.$.aor.",256),
  1154. array("ati","ī",".3p.$.sg.$.aor.",256),
  1155. array("ati","ā",".3p.$.sg.$.aor.",256),
  1156. array("ati","iṃsu",".3p.$.pl.$.aor.",256),
  1157. array("ati","ṃ",".3p.$.pl.$.aor.",256),
  1158. array("ati","uṃū",".3p.$.pl.$.aor.",256),
  1159. array("ati","ā",".3p.$.sg.$.aor.",256),
  1160. array("ati","a",".3p.$.sg.$.aor.",256),
  1161. array("ati","tthuṃ",".3p.$.pl.$.aor.",256),
  1162. array("ati","atthuṃ",".3p.$.pl.$.aor.",256),
  1163. array("ati","e",".1p.$.sg.$.imp.",256),
  1164. array("ati","āmase",".1p.$.pl.$.imp.",256),
  1165. array("ati","eyyāmi",".1p.$.sg.$.opt.",256),
  1166. array("ati","eyyāma",".1p.$.pl.$.opt.",256),
  1167. array("ati","eyyaṃ",".1p.$.sg.$.opt.",256),
  1168. array("ati","eyyāmhe",".1p.$.pl.$.opt.",256),
  1169. array("ati","issāmi",".1p.$.sg.$.fut.",256),
  1170. array("ati","issāma",".1p.$.pl.$.fut.",256),
  1171. array("ati","issaṃ",".1p.$.sg.$.fut.",256),
  1172. array("ati","issāmhe",".1p.$.pl.$.fut.",256),
  1173. array("ati","issāmase",".1p.$.pl.$.fut.",256),
  1174. array("ati","iṃ",".1p.$.sg.$.aor.",256),
  1175. array("ati","aṃ",".1p.$.sg.$.aor.",256),
  1176. array("ati","ṃ",".1p.$.sg.$.aor.",256),
  1177. array("ati","a",".1p.$.sg.$.aor.",256),
  1178. array("ati","ā",".1p.$.sg.$.aor.",256),
  1179. array("ati","imha",".1p.$.pl.$.aor.",256),
  1180. array("ati","imhā",".1p.$.pl.$.aor.",256),
  1181. array("ati","a",".1p.$.sg.$.aor.",256),
  1182. array("ati","imhe",".1p.$.pl.$.aor.",256),
  1183. array("ati","eyyāsi",".2p.$.sg.$.opt.",256),
  1184. array("ati","eyyātha",".2p.$.pl.$.opt.",256),
  1185. array("ati","etho",".2p.$.sg.$.opt.",256),
  1186. array("ati","eyyavho",".2p.$.pl.$.opt.",256),
  1187. array("ati","issasi",".2p.$.sg.$.fut.",256),
  1188. array("ati","issatha",".2p.$.pl.$.fut.",256),
  1189. array("ati","issase",".2p.$.sg.$.fut.",256),
  1190. array("ati","issavhe",".2p.$.pl.$.fut.",256),
  1191. array("ati","i",".2p.$.sg.$.aor.",256),
  1192. array("ati","o",".2p.$.sg.$.aor.",256),
  1193. array("ati","ā",".2p.$.sg.$.aor.",256),
  1194. array("ati","ttha",".2p.$.pl.$.aor.",256),
  1195. array("ati","se",".2p.$.sg.$.aor.",256),
  1196. array("ati","vhaṃ",".2p.$.pl.$.aor.",256),
  1197. array("āti","etha",".3p.$.sg.$.opt.",256),
  1198. array("āti","eraṃ",".3p.$.pl.$.opt.",256),
  1199. array("āti","issati",".3p.$.sg.$.fut.",256),
  1200. array("āti","issanti",".3p.$.pl.$.fut.",256),
  1201. array("āti","issate",".3p.$.sg.$.fut.",256),
  1202. array("āti","issante",".3p.$.pl.$.fut.",256),
  1203. array("āti","issare",".3p.$.pl.$.fut.",256),
  1204. array("āti","i",".3p.$.sg.$.aor.",256),
  1205. array("āti","ī",".3p.$.sg.$.aor.",256),
  1206. array("āti","ā",".3p.$.sg.$.aor.",256),
  1207. array("āti","iṃsu",".3p.$.pl.$.aor.",256),
  1208. array("āti","ṃ",".3p.$.pl.$.aor.",256),
  1209. array("āti","uṃū",".3p.$.pl.$.aor.",256),
  1210. array("āti","ā",".3p.$.sg.$.aor.",256),
  1211. array("āti","a",".3p.$.sg.$.aor.",256),
  1212. array("āti","tthuṃ",".3p.$.pl.$.aor.",256),
  1213. array("āti","atthuṃ",".3p.$.pl.$.aor.",256),
  1214. array("āti","e",".1p.$.sg.$.imp.",256),
  1215. array("āti","āmase",".1p.$.pl.$.imp.",256),
  1216. array("āti","eyyāmi",".1p.$.sg.$.opt.",256),
  1217. array("āti","eyyāma",".1p.$.pl.$.opt.",256),
  1218. array("āti","eyyaṃ",".1p.$.sg.$.opt.",256),
  1219. array("āti","eyyāmhe",".1p.$.pl.$.opt.",256),
  1220. array("āti","issāmi",".1p.$.sg.$.fut.",256),
  1221. array("āti","issāma",".1p.$.pl.$.fut.",256),
  1222. array("āti","issaṃ",".1p.$.sg.$.fut.",256),
  1223. array("āti","issāmhe",".1p.$.pl.$.fut.",256),
  1224. array("āti","issāmase",".1p.$.pl.$.fut.",256),
  1225. array("āti","iṃ",".1p.$.sg.$.aor.",256),
  1226. array("āti","aṃ",".1p.$.sg.$.aor.",256),
  1227. array("āti","ṃ",".1p.$.sg.$.aor.",256),
  1228. array("āti","a",".1p.$.sg.$.aor.",256),
  1229. array("āti","ā",".1p.$.sg.$.aor.",256),
  1230. array("āti","imha",".1p.$.pl.$.aor.",256),
  1231. array("āti","imhā",".1p.$.pl.$.aor.",256),
  1232. array("āti","a",".1p.$.sg.$.aor.",256),
  1233. array("āti","imhe",".1p.$.pl.$.aor.",256),
  1234. array("āti","eyyāsi",".2p.$.sg.$.opt.",256),
  1235. array("āti","eyyātha",".2p.$.pl.$.opt.",256),
  1236. array("āti","etho",".2p.$.sg.$.opt.",256),
  1237. array("āti","eyyavho",".2p.$.pl.$.opt.",256),
  1238. array("āti","issasi",".2p.$.sg.$.fut.",256),
  1239. array("āti","issatha",".2p.$.pl.$.fut.",256),
  1240. array("āti","issase",".2p.$.sg.$.fut.",256),
  1241. array("āti","issavhe",".2p.$.pl.$.fut.",256),
  1242. array("āti","i",".2p.$.sg.$.aor.",256),
  1243. array("āti","o",".2p.$.sg.$.aor.",256),
  1244. array("āti","ā",".2p.$.sg.$.aor.",256),
  1245. array("āti","ttha",".2p.$.pl.$.aor.",256),
  1246. array("āti","se",".2p.$.sg.$.aor.",256),
  1247. array("āti","vhaṃ",".2p.$.pl.$.aor.",256),
  1248. array("eti","etha",".3p.$.sg.$.opt.",256),
  1249. array("eti","eraṃ",".3p.$.pl.$.opt.",256),
  1250. array("eti","issati",".3p.$.sg.$.fut.",256),
  1251. array("eti","issanti",".3p.$.pl.$.fut.",256),
  1252. array("eti","issate",".3p.$.sg.$.fut.",256),
  1253. array("eti","issante",".3p.$.pl.$.fut.",256),
  1254. array("eti","issare",".3p.$.pl.$.fut.",256),
  1255. array("eti","i",".3p.$.sg.$.aor.",256),
  1256. array("eti","ī",".3p.$.sg.$.aor.",256),
  1257. array("eti","ā",".3p.$.sg.$.aor.",256),
  1258. array("eti","iṃsu",".3p.$.pl.$.aor.",256),
  1259. array("eti","ṃ",".3p.$.pl.$.aor.",256),
  1260. array("eti","uṃū",".3p.$.pl.$.aor.",256),
  1261. array("eti","ā",".3p.$.sg.$.aor.",256),
  1262. array("eti","a",".3p.$.sg.$.aor.",256),
  1263. array("eti","tthuṃ",".3p.$.pl.$.aor.",256),
  1264. array("eti","atthuṃ",".3p.$.pl.$.aor.",256),
  1265. array("eti","e",".1p.$.sg.$.imp.",256),
  1266. array("eti","āmase",".1p.$.pl.$.imp.",256),
  1267. array("eti","eyyāmi",".1p.$.sg.$.opt.",256),
  1268. array("eti","eyyāma",".1p.$.pl.$.opt.",256),
  1269. array("eti","eyyaṃ",".1p.$.sg.$.opt.",256),
  1270. array("eti","eyyāmhe",".1p.$.pl.$.opt.",256),
  1271. array("eti","issāmi",".1p.$.sg.$.fut.",256),
  1272. array("eti","issāma",".1p.$.pl.$.fut.",256),
  1273. array("eti","issaṃ",".1p.$.sg.$.fut.",256),
  1274. array("eti","issāmhe",".1p.$.pl.$.fut.",256),
  1275. array("eti","issāmase",".1p.$.pl.$.fut.",256),
  1276. array("eti","iṃ",".1p.$.sg.$.aor.",256),
  1277. array("eti","aṃ",".1p.$.sg.$.aor.",256),
  1278. array("eti","ṃ",".1p.$.sg.$.aor.",256),
  1279. array("eti","a",".1p.$.sg.$.aor.",256),
  1280. array("eti","ā",".1p.$.sg.$.aor.",256),
  1281. array("eti","imha",".1p.$.pl.$.aor.",256),
  1282. array("eti","imhā",".1p.$.pl.$.aor.",256),
  1283. array("eti","a",".1p.$.sg.$.aor.",256),
  1284. array("eti","imhe",".1p.$.pl.$.aor.",256),
  1285. array("eti","eyyāsi",".2p.$.sg.$.opt.",256),
  1286. array("eti","eyyātha",".2p.$.pl.$.opt.",256),
  1287. array("eti","etho",".2p.$.sg.$.opt.",256),
  1288. array("eti","eyyavho",".2p.$.pl.$.opt.",256),
  1289. array("eti","issasi",".2p.$.sg.$.fut.",256),
  1290. array("eti","issatha",".2p.$.pl.$.fut.",256),
  1291. array("eti","issase",".2p.$.sg.$.fut.",256),
  1292. array("eti","issavhe",".2p.$.pl.$.fut.",256),
  1293. array("eti","i",".2p.$.sg.$.aor.",256),
  1294. array("eti","o",".2p.$.sg.$.aor.",256),
  1295. array("eti","ā",".2p.$.sg.$.aor.",256),
  1296. array("eti","ttha",".2p.$.pl.$.aor.",256),
  1297. array("eti","se",".2p.$.sg.$.aor.",256),
  1298. array("eti","vhaṃ",".2p.$.pl.$.aor.",256),
  1299. array("oti","etha",".3p.$.sg.$.opt.",256),
  1300. array("oti","eraṃ",".3p.$.pl.$.opt.",256),
  1301. array("oti","issati",".3p.$.sg.$.fut.",256),
  1302. array("oti","issanti",".3p.$.pl.$.fut.",256),
  1303. array("oti","issate",".3p.$.sg.$.fut.",256),
  1304. array("oti","issante",".3p.$.pl.$.fut.",256),
  1305. array("oti","issare",".3p.$.pl.$.fut.",256),
  1306. array("oti","i",".3p.$.sg.$.aor.",256),
  1307. array("oti","ī",".3p.$.sg.$.aor.",256),
  1308. array("oti","ā",".3p.$.sg.$.aor.",256),
  1309. array("oti","iṃsu",".3p.$.pl.$.aor.",256),
  1310. array("oti","ṃ",".3p.$.pl.$.aor.",256),
  1311. array("oti","uṃū",".3p.$.pl.$.aor.",256),
  1312. array("oti","ā",".3p.$.sg.$.aor.",256),
  1313. array("oti","a",".3p.$.sg.$.aor.",256),
  1314. array("oti","tthuṃ",".3p.$.pl.$.aor.",256),
  1315. array("oti","atthuṃ",".3p.$.pl.$.aor.",256),
  1316. array("oti","e",".1p.$.sg.$.imp.",256),
  1317. array("oti","āmase",".1p.$.pl.$.imp.",256),
  1318. array("oti","eyyāmi",".1p.$.sg.$.opt.",256),
  1319. array("oti","eyyāma",".1p.$.pl.$.opt.",256),
  1320. array("oti","eyyaṃ",".1p.$.sg.$.opt.",256),
  1321. array("oti","eyyāmhe",".1p.$.pl.$.opt.",256),
  1322. array("oti","issāmi",".1p.$.sg.$.fut.",256),
  1323. array("oti","issāma",".1p.$.pl.$.fut.",256),
  1324. array("oti","issaṃ",".1p.$.sg.$.fut.",256),
  1325. array("oti","issāmhe",".1p.$.pl.$.fut.",256),
  1326. array("oti","issāmase",".1p.$.pl.$.fut.",256),
  1327. array("oti","iṃ",".1p.$.sg.$.aor.",256),
  1328. array("oti","aṃ",".1p.$.sg.$.aor.",256),
  1329. array("oti","ṃ",".1p.$.sg.$.aor.",256),
  1330. array("oti","a",".1p.$.sg.$.aor.",256),
  1331. array("oti","ā",".1p.$.sg.$.aor.",256),
  1332. array("oti","imha",".1p.$.pl.$.aor.",256),
  1333. array("oti","imhā",".1p.$.pl.$.aor.",256),
  1334. array("oti","a",".1p.$.sg.$.aor.",256),
  1335. array("oti","imhe",".1p.$.pl.$.aor.",256),
  1336. array("oti","eyyāsi",".2p.$.sg.$.opt.",256),
  1337. array("oti","eyyātha",".2p.$.pl.$.opt.",256),
  1338. array("oti","etho",".2p.$.sg.$.opt.",256),
  1339. array("oti","eyyavho",".2p.$.pl.$.opt.",256),
  1340. array("oti","issasi",".2p.$.sg.$.fut.",256),
  1341. array("oti","issatha",".2p.$.pl.$.fut.",256),
  1342. array("oti","issase",".2p.$.sg.$.fut.",256),
  1343. array("oti","issavhe",".2p.$.pl.$.fut.",256),
  1344. array("oti","i",".2p.$.sg.$.aor.",256),
  1345. array("oti","o",".2p.$.sg.$.aor.",256),
  1346. array("oti","ā",".2p.$.sg.$.aor.",256),
  1347. array("oti","ttha",".2p.$.pl.$.aor.",256),
  1348. array("oti","se",".2p.$.sg.$.aor.",256),
  1349. array("oti","vhaṃ",".2p.$.pl.$.aor.",256)
  1350. );
  1351. ?>