Module:inc-apa-decl/noun/data

From Wiktionary, the free dictionary
Jump to navigation Jump to search

-- source: https://books.google.co.in/books?id=iaZxAAAAQBAJ&pg=PA236 , https://theswissbay.ch/pdf/Books/Linguistics/Mega%20linguistics%20pack/Indo-European/Indo-Aryan/Apabhra%E1%B9%83%C5%9Ba%2C%20A%20Grammar%20of%20%28Mishra%29.pdf

local data = {}

data['a'] = {
	m = {{'⌫u'}, {'⌫a'}, -- nom
		 {'⌫u'}, {'⌫a'}, -- acc
		 {'⌫eṃ', '⌫eṇaṃ', '⌫eṇa'}, {'⌫a', '⌫ehiṃ'}, -- ins
		 {'⌫aho', '⌫asu','⌫assu'}, {'⌫ahaṃ'}, -- dat
		 {'⌫ahe', '⌫ahu'}, {'⌫ahuṃ'}, -- abl
		 {'⌫aho', '⌫asu','⌫assu'}, {'⌫ahaṃ', '⌫āṇaṃ', '⌫āṇa'}, -- gen
		 {'⌫i', '⌫e'}, {'⌫ahiṃ'}, -- loc
		 {'⌫a'}, {'⌫aho'}, -- voc
	},
}

data['ā'] = {
	f = {{''}, {'o'}, -- nom
		 {''}, {'o'}, -- acc
		 {'⌫ae'}, {'⌫ahiṃ'}, -- ins
		 {nil}, {nil}, -- dat
		 {'⌫ahe'}, {'⌫ahu'}, -- abl
		 {'⌫ahe'}, {'⌫ahu'}, -- gen
		 {'⌫ahi'}, {'⌫ahiṃ'}, -- loc
		 {'⌫ae'}, {'⌫aho'}, --voc
	},
}

return data