모듈:ar-headword: 두 판 사이의 차이

내용 삭제됨 내용 추가됨
Jeebeen (토론 | 기여)
편집 요약 없음
Jeebeen (토론 | 기여)
편집 요약 없음
태그: 되돌려진 기여
531번째 줄:
params = get_sing_coll_noun_params("m", "sing", "f"),
func = function(args, data)
data.pos_category = "nouns명사"
table.insert(data.categories, lang:getCanonicalName() .. " collective nouns집합명사")
table.insert(data.inflections, { label = "collective" })
handle_sing_coll_noun_infls(args, data, "sing", "singulative")
541번째 줄:
params = get_sing_coll_noun_params("f", "coll", "m"),
func = function(args, data)
data.pos_category = "nouns명사"
table.insert(data.categories, lang:getCanonicalName() .. " singulative nouns")
table.insert(data.inflections, { label = "singulative" })
568번째 줄:
end
 
pos_functions["nouns명사"] = {
params = get_noun_params(),
func = handle_noun_infls,