Module:number list/data/bbj

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

export.additional_number_types = {
	{key = "numeral_noun"}
}

local numbers = export.numbers

numbers = { cardinal = { "sɔmywə̌", "ywə̂ně" } }
numbers = { cardinal = { "mu'", "mú'", "yaə̂mu'", "yɑ̂mu'" } }
numbers = { cardinal = { "bʉə́'ə́", "yaə́pʉə́ə" } }
numbers = { cardinal = { "tá", "yaə́tá" } }
numbers = { cardinal = { "pfʉə̀", "yápfʉə̀"} }
numbers = { cardinal = { "tɔ̂", "yaə́tɔ̂" } }
numbers = { cardinal = { "ntɔkɔ́", "tɔkɔ́" } }
numbers = { cardinal = "sɔmbʉə́ə", longform = "?" }
numbers = { cardinal = "hɔ̌m", longform = "?" }
numbers = { cardinal = { "vʉ'ʉ́", "vʉ̌'" } }
numbers = { cardinal = { "ghǎm", "mûpʉ̌m" } }
numbers = { cardinal = { "shwâmu'", "shwamu' mgham" } }
numbers = { cardinal = "shwɔp pʉə", longform = "shwɔp pʉə mgham" }
numbers = { cardinal = "shwɔp tá", longform = "shwɔp tá mgham" }
numbers = { cardinal = "pǒpfʉə m ŋkhə" }
numbers = { cardinal = "pǒtɔ̂ m ŋkhə" }
numbers = { cardinal = { "shwɔp ntɔkɔ́" }, longform = "shwɔp ntɔkɔ́ mghǎm" }

numbers = { cardinal = "shwɔp hɔ̌m", longform = "shwɔp hɔ̌m mghǎm" }

numbers = { cardinal = { "m̌ bʉə́ə" }, longform = "mghǎm bʉə́" }
numbers = { cardinal = { "shwâmu' m̌ bʉə́ə" } }
numbers = { cardinal = { "shwɔp pʉə̂ m̌ bʉə́ə" } }

numbers = { cardinal = { "m̌ ntá" }, longform = "mghǎm ntá" }

numbers = { cardinal = { "m̌ ntɔ̂", "pǒtɔ̂ m ŋkhə" }, longform = "mghǎm ntɔ̂" }
numbers = { cardinal = { "mghâm ntɔkɔ́" } }
numbers = { cardinal = { "m̌ sɔm", "mghâm sɔm" } }
numbers = { cardinal = { "mghâm hɔ̌m", "m̌ hɔ̌m" } }
numbers = { cardinal = { "m̌ vʉ̌'" } }
numbers = { cardinal = { "khə", "ŋkhə" } }
numbers = { cardinal = { "mûpʉ̂m m ŋkhə" } }
numbers = { cardinal = { "pǒpʉə̂ m ŋkhə" } }
numbers = { cardinal = { "pǒtá m ŋkhə" } }


numbers = { cardinal = { "pôntɔkɔ́ m ŋkhə" } }

numbers = { cardinal = "ŋkhəpʉə́ə" }
numbers = { cardinal = "mûpʉ̂m ŋkhəpʉə́ə" }
numbers = { cardinal = "pôpʉə̂ ŋkhəpʉə́ə" }

numbers = { cardinal = "shwɔp nthɔk mgham sɔmbʉə khə pʉə" }

numbers = { cardinal = "ŋkhətá" }

numbers = { cardinal = "shâ'ntɔkɔ́" }

numbers = { cardinal = "shǎ'" }

numbers = { cardinal = "pǒpʉə̂ m shǎ' pʉə́ə" }

numbers = { cardinal = "cwɔpyaə́pʉə́ə mbʉə́ə m shǎ' pʉə́ə" }

numbers = { cardinal = "sha' mgham bʉə" }

numbers = { cardinal = "sha' shwɔp tɔ mgham bʉə" }

numbers = { cardinal = "shâ' shǎ'" }

local function power_of(n)
	return "1" .. string.rep("0", n)
end

export.numbers = {
	cardinal = "?"
}

return export