Module:accel/se

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

This module contains new entry creation rules for Northern Sami; see WT:ACCEL for an overview, and Module:accel for information on creating new rules.


return {generate = function(params, entry)
		entry.pronunc = "* {{se-IPA}}";
	if (params.form == "comparative" or params.form == "superlative") and params.pos == "adjective" then
		-- If it's an adjective, add an inflection table request
		entry.inflection = "{{rfinfl|" .. params.lang:getCode() .. "|adjective}}"
	elseif mw.ustring.find(params.form, "|poss$") then
		entry.head = entry.make_head(params.pos .. " possessive form")
		entry.inflection = "{{rfinfl|" .. params.lang:getCode() .. "|" .. params.pos .. "}}"
	end
end}