မေႃႇၵျူး:category tree/lang/tok
Appearance
Documentation for this module may be created at မေႃႇၵျူး:category tree/lang/tok/doc
local handlers = {}
table.insert(handlers, function(data)
local classification = data.label:match("^words classified as (.+) in sona Linku$")
if classification then
return {
description = "Toki Pona words that are categorized using the " .. classification .. " usage category in the sona Linku dataset.",
parents = {"Toki_Pona_terms_by_usage"},
}
end
end)
return {HANDLERS = handlers}