10,735
edits
TheNightAvl (talk | contribs) mNo edit summary |
TheNightAvl (talk | contribs) mNo edit summary |
||
Line 7: | Line 7: | ||
function get_stems(args) | function get_stems(args) | ||
local shifted = {"noun", " | local shifted = {"noun", "_"} | ||
local i = 1 | local i = 1 | ||
Line 22: | Line 22: | ||
local stems = get_stems(args) | local stems = get_stems(args) | ||
return stems. | return stems.type | ||
end | end | ||