Module:number list/data/sit-pro

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

Number Cardinal
1 *kV-tek, *ʔa, *ʔit, *kat
2 *kV-ni-s
3 *kV-sum
4 *pV-lij
5 *l-ŋaʔ
6 *k-ruk
7 *s-ni-s
8 *pV-rjat
9 *tə-ŋguʔ
10 *sV-ɢip, *ts(j)i(j) ~ tsjaj
20 *m-kul
100 *pV-rja(k)
1,000 *s-tawŋ

local export = {}

local numbers = {}
export.numbers = numbers

numbers = {
	cardinal = { "*kV-tek", "*ʔa", "*ʔit", "*kat" }
}

numbers = {
	cardinal = "*kV-ni-s",
}

numbers = {
	cardinal = "*kV-sum",
}

numbers = {
	cardinal = "*pV-lij",
}

numbers = {
	cardinal = "*l-ŋaʔ",
}

numbers = {
	cardinal = "*k-ruk",
}

numbers = {
	cardinal = "*s-ni-s",
}

numbers = {
	cardinal = "*pV-rjat",
}

numbers = {
	cardinal = "*tə-ŋguʔ",
}

numbers = {
	cardinal = { "*sV-ɢip", "*ts(j)i(j) ~ tsjaj" }
}

numbers = {
	cardinal = "*m-kul"
}

numbers = {
	cardinal = "*pV-rja(k)"
}

numbers = {
	cardinal = "*s-tawŋ"
}

return export