Module:qhv-verb/data: Difference between revisions

No edit summary
No edit summary
Line 552: Line 552:
setmetatable(d["stop"], {__call = function(self, args, data)
setmetatable(d["stop"], {__call = function(self, args, data)
local stem = args[1]
local stem = args[1]
local pstem = llet(stem, "b") and sub(stem, 1, -2) .. "pt"
local pstem = stem == "tat" and "tet"
  or llet(stem, "b") and sub(stem, 1, -2) .. "pt"
  or llet(stem, "pik") and stem .. "t"
  or llet(stem, "pik") and stem .. "t"
  or llet(stem, "g") and stem .. "d"
  or llet(stem, "g") and stem .. "d"