Module:Sond-roots/data: Difference between revisions

From Allocosm
No edit summary
No edit summary
Line 93: Line 93:
["w2"] = "u2",
["w2"] = "u2",
},
},
function (str1,str2) return "e"..export.replace(str1,str2,"fin-basic") end },
function (str1,str2) return "e"..export.replace("fin-basic",str1,str2) end },


["fin-e-12"] = {
["fin-e-12"] = {
Line 114: Line 114:
["w2"] = "u2",
["w2"] = "u2",
},
},
function (str1,str2) return "e"..export.replace(str1,str2,"fin-basic") end },
function (str1,str2) return "e"..export.replace("fin-basic",str1,str2) end },
 
["fin-o"] = {
{["h"] = "o",
["m"] = "on",
["w"] = "u",
["y"] = "e",
["z"] = "os",
},
"o1"},
} --end
} --end


return opers
return opers

Revision as of 13:56, 17 March 2024

Documentation for this module may be created at Module:Sond-roots/data/doc

opers = {
	["ini-basic"] = {
		{ ["bh"] = "p",
		["bs"] = "ps",
		["dh"] = "t",
		["ds"] = "ts",
		["gh"] = "k",
		["gs"] = "ks",
		["hb"] = "hp",
		["hd"] = "ht",
		["hg"] = "hk",
		["hz"] = "hs",
		["kh"] = "k",
		["lh"] = "l",
		["mv"] = "mb",
		["nv"] = "mb",
		["nr"] = "nd",
		["nl"] = "nd",
		["ns"] = "nd",
		["nz"] = "nd",
		["ph"] = "p",
		["rh"] = "r",
		["sh"] = "s",
		["th"] = "t",
		["tz"] = "ts",
		["vh"] = "f",
		["zh"] = "s",
		},
		"12"},
	
	["fin-basic"] = {
		{ ["bh"] = "p",
		["bs"] = "ps",
		["dh"] = "t",
		["ds"] = "ts",
		["gh"] = "k",
		["gs"] = "ks",
		["hb"] = "hp",
		["hd"] = "ht",
		["hg"] = "hk",
		["hz"] = "hs",
		["kh"] = "k",
		["lh"] = "l",
		["mv"] = "mb",
		["nv"] = "mb",
		["nr"] = "nd",
		["nl"] = "nd",
		["ns"] = "nd",
		["nz"] = "nd",
		["ph"] = "p",
		["rh"] = "r",
		["rz"] = "rs",
		["sh"] = "s",
		["th"] = "t",
		["tz"] = "ts",
		["vh"] = "f",
		["zh"] = "s",
		},
	"12"},
	
	["fin-e-1"] = {
		{ ["m"]="en",
		["w"]="u",
		["y"]="i",
		},
	"e1"},

	["fin-e-n"] = {
		{ ["h"]="e",
		["m"]="en",
		["w"]="u",
		["y"]="i",
		["z"]="es",
		},
	"e1"},

	["fin-e-23"] = {
		{ ["im"] = "en",
		["in"] = "en",
		["ym"] = "en",
		["yn"] = "en",
		["iz"] = "is",
		["yz"] = "is",
		["i2"] = "i2",
		["y2"] = "i2",
		["um"] = "on",
		["un"] = "on",
		["wm"] = "on",
		["wn"] = "on",
		["uz"] = "us",
		["wz"] = "us",
		["u2"] = "u2",
		["w2"] = "u2",
		},
	function (str1,str2) return "e"..export.replace("fin-basic",str1,str2) end },

	["fin-e-12"] = {
		{ ["a2"] = "a2",
		["im"] = "en",
		["in"] = "en",
		["ym"] = "en",
		["yn"] = "en",
		["iz"] = "is",
		["yz"] = "is",
		["i2"] = "i2",
		["y2"] = "i2",
		["um"] = "on",
		["un"] = "on",
		["wm"] = "on",
		["wn"] = "on",
		["uz"] = "us",
		["wz"] = "us",
		["u2"] = "u2",
		["w2"] = "u2",
		},
	function (str1,str2) return "e"..export.replace("fin-basic",str1,str2) end },
	
	["fin-o"] = {
		{["h"] = "o",
		["m"] = "on",
		["w"] = "u",
		["y"] = "e",
		["z"] = "os",
		},
	"o1"},
	
} --end

return opers