Module:number list/data/sem-pro

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

Number Cardinal
1 *ʕašt-
2 *ṯin-
3 *ṯalāṯ-
4 *ʔarbaʕ-
5 *ḫamš-
6 *šidṯ-
7 *šabʕ-
8 *ṯamāniy-
9 *tišʕ-
10 *ʕaśar-
100 *miʔat-
200 *miʔatā-
1,000 *ʔalp-
2,000 *ʔalpā-

local export = {numbers = {}}

local numbers = export.numbers

numbers = {
	cardinal = "*ʕašt-",
}

numbers = {
	cardinal = "*ṯin-",
}

numbers = {
	cardinal = "*ṯalāṯ-",
}

numbers = {
	cardinal = "*ʔarbaʕ-",
}

numbers = {
	cardinal = "*ḫamš-",
}

numbers = {
	cardinal = "*šidṯ-",
}

numbers = {
	cardinal = "*šabʕ-",
}


numbers = {
	cardinal = "*ṯamāniy-",
}


numbers = {
	cardinal = "*tišʕ-",
}


numbers = {
	cardinal = "*ʕaśar-",
}

numbers = {
	cardinal = "*miʔat-",
}

numbers = {
	cardinal = "*miʔatā-",
}

numbers = {
	cardinal = "*ʔalp-",
}

numbers = {
	cardinal = "*ʔalpā-",
}

return export