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 *ʔit, *kat, *tjak ~ g-t(j)ik
2 *g/s-ni-s
3 *g-sum
4 *b-lij
5 *l-ŋaʔ
6 *k-ruk
7 *s-ni-s
8 *C-rjet
9 *d/s-kəw
10 *gip, *ts(j)i(j) ~ tsjaj
20 *m-kul
100 *b-r-jakə
1,000 *s-tawŋ

local export = {}

local numbers = {}
export.numbers = numbers

numbers = {
	cardinal = { "*ʔit", "*kat", "*tjak ~ g-t(j)ik" }
}

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

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

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

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

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

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

numbers = {
	cardinal = "*C-rjet",
}

numbers = {
	cardinal = "*d/s-kəw",
}

numbers = {
	cardinal = { "*gip", "*ts(j)i(j) ~ tsjaj" }
}

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

numbers = {
	cardinal = "*b-r-jakə"
}

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

return export