Module:qhv-verb/data: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1,342: Line 1,342:
local stem = args[1]
local stem = args[1]
local pstem = stem == "rij" and "ridd" or stem == "bāng" and stem .. "et"
local pstem = stem == "rij" and "ridd" or stem == "bāng" and stem .. "et"
  or llet(stem, "sz") and sub(stem, 1, -2) .. "s"
  or llet(stem, "sz") and sub(stem, 1, -2) .. "st"
  or llet(stem, "jv") and sub(stem, 1, -3) .. long(sub(stem, -2, -2)) .. "d"
  or llet(stem, "jv") and sub(stem, 1, -3) .. long(sub(stem, -2, -2)) .. "d"
  or match(stem, "gh$") and sub(stem, 1, -4) .. long(sub(stem, -3, -3)) .. "d"
  or match(stem, "gh$") and sub(stem, 1, -4) .. long(sub(stem, -3, -3)) .. "d"