Module:rad-stem: Difference between revisions

Jump to navigation Jump to search
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
No edit summary
No edit summary
Line 88: Line 88:
     ["ø"] = "V",
     ["ø"] = "V",
     ["t^o"] = "V",
     ["t^o"] = "V",
    ["ķ^o"] = "V",
     ["u"] = "V",
     ["u"] = "V",
     ["ù"] = "V",
     ["ù"] = "V",
Line 478: Line 479:
         principle_parts["genpl"] = stem_broken .. "nje"
         principle_parts["genpl"] = stem_broken .. "nje"
         principle_parts["genpl_short"] = stem_broken_e .. "nje=s"
         principle_parts["genpl_short"] = stem_broken_e .. "nje=s"
     elseif ending == "t^o" then
     elseif mw.ustring.match(ending, "^[tķ]%^o$") then
         principle_parts["nom"] = stem_broken .. "ts"
    local temp_stem = mw.ustring.match(ending, "^([tķ])%^o$")
         principle_parts["voc"] = stem_broken .. "tse"
         principle_parts["nom"] = stem_broken .. temp_stem .. "s"
         principle_parts["gen"] = stem .. "tusk"
         principle_parts["voc"] = stem_broken .. temp_stem .. "se"
         principle_parts["dat"] = stem .. "ta"
         principle_parts["gen"] = stem .. temp_stem .. "usk"
         principle_parts["acc"] = stem_broken .. "tst"
         principle_parts["dat"] = stem .. temp_stem .. "a"
         principle_parts["ins"] = stem_broken .. "tvúr"
         principle_parts["acc"] = stem_broken .. temp_stem .. "st"
         principle_parts["nompl"] = stem_broken .. "tse"
         principle_parts["ins"] = stem_broken .. temp_stem .. "vúr"
         principle_parts["genpl"] = stem_broken .. "tsi"
         principle_parts["nompl"] = stem_broken .. temp_stem .. "se"
         principle_parts["genpl_short"] = stem .. "tu=s"
         principle_parts["genpl"] = stem_broken .. temp_stem .. "si"
         principle_parts["genpl_short"] = stem .. temp_stem .. "u=s"
     elseif stem_data[ending] == "V" then
     elseif stem_data[ending] == "V" then
         -- SEMI-LIGHT
         -- SEMI-LIGHT

Navigation menu