Module:number list/data/dra-pro

Hello, you have come here looking for the meaning of the word Module:number list/data/dra-pro. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:number list/data/dra-pro, but we will also tell you about its etymology, its characteristics and you will know how to say Module:number list/data/dra-pro in singular and plural. Everything you need to know about the word Module:number list/data/dra-pro you have here. The definition of the word Module:number list/data/dra-pro will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:number list/data/dra-pro, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.

This module contains data on various types of numbers in Proto-Dravidian.

Number Cardinal Adjectival
1 *onṯu *oru, *on
2 *ir- *iru
3 *mūnṯu *muH
4 *nāl *nāl
5 *cay *cay
6 *cāṯu *caṯ-
7 *ēẓu *eẓ-
8 *eṇ- *eṇ-
9 *toḷ, *toṇ *toḷ, *toṇ
10 *paHtu *paH-
100 *nūṯu

local export = {numbers = {}}

export.additional_number_types = {
	{key = "adjectival", display = "]", before = "multiplier"},
}

export.numbers = {cardinal = "*onṯu", adjectival = {"*oru", "*on"}}
export.numbers = {cardinal = "*ir-", adjectival = "*iru"}
export.numbers = {cardinal = "*mūnṯu", adjectival = "*muH"}
export.numbers = {cardinal = "*nāl", adjectival = "*nāl"}
export.numbers = {cardinal = "*cay", adjectival = "*cay"}
export.numbers = {cardinal = "*cāṯu", adjectival = "*caṯ-"}
export.numbers = {cardinal = "*ēẓu", adjectival = "*eẓ-"}
export.numbers = {cardinal = "*eṇ-", adjectival = "*eṇ-"}
export.numbers = {cardinal = {"*toḷ", "*toṇ"}, adjectival = {"*toḷ", "*toṇ"}}
export.numbers = {cardinal = "*paHtu", adjectival = "*paH-"} 
export.numbers = {cardinal = "*nūṯu"} 

return export