Module:number list/data/cau-nkh-pro

Hello, you have come here looking for the meaning of the word Module:number list/data/cau-nkh-pro. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:number list/data/cau-nkh-pro, but we will also tell you about its etymology, its characteristics and you will know how to say Module:number list/data/cau-nkh-pro in singular and plural. Everything you need to know about the word Module:number list/data/cau-nkh-pro you have here. The definition of the word Module:number list/data/cau-nkh-pro will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:number list/data/cau-nkh-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-Nakh.

Number Cardinal
1 *cHa
2 *ši
3 *qo
4 *dHiwʔ
5 *pxi
6 *jaaCx
7 *worł
8 *barł
9 *iss
10 *iṭṭ
20 *ṭq̇a

local export = {}

local numbers = {}
export.numbers = numbers

numbers = {
	cardinal = "*cHa",
}

numbers = {
	cardinal = "*ši",
}

numbers = {
	cardinal = "*qo",
}

numbers = {
	cardinal = "*dHiwʔ",
}

numbers = {
	cardinal = "*pxi",
}

numbers = {
	cardinal = "*jaaCx",
}

numbers = {
	cardinal = "*worł",
}

numbers = {
	cardinal = "*barł",
}

numbers = {
	cardinal = "*iss",
}

numbers = {
	cardinal = "*iṭṭ",
}


numbers = {
	cardinal = "*ṭq̇a",
}

return export