مۆدیوول:category tree/lang/tok
ڕواڵەت
"بەڵگەدارکردنی ئەم مۆدیوولە دەکرێ لە مۆدیوول: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}