Module:akk-conj/g/weakness

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


return function (roots, args)
    local R1 = {
    	    = "I-a",
    	    = "I-e",
            = "I-e",
            = "I-w",
            = "I-n"
    }
    local R2 = {
    	    = "II-a",
    	    = "II-e",
            = "II-j",
            = "II-w",
    }
    local R3 = {
    	    = "III-a",
    	    = "III-e",
            = "III-y",
            = "III-w",
    }

    if R2] then
        return R2]
    elseif R3] then
        return R3]
	elseif R1] then 
        if roots == "w" then
        	return R1].." ''"..args.class.."''"
        else
        	return R1]
        end
	end
	if args.class == "e" then
		return "Sound e-i"
	end
end