1
0
forked from GitHub/gf-rgl

(Kor) Fix Attr in do_V, add adjective variant for using in compound adjs

This commit is contained in:
Inari Listenmaa
2020-04-07 19:17:55 +02:00
parent 99de92594e
commit dc948a1f9d

View File

@@ -249,11 +249,19 @@ oper
"없어요"
"없습니다" ;
do_V : Verb = mkVerbReg
-- For building an adjective. Different attr from do_V.
do_A : Verb = mkVerbReg
"하다"
"해요"
"합니다"
"한" ;
hada_A = do_A ; -- Exposing both names (hada=transliteration, do=translation)
do_V : Verb = mkVerbReg
"하다"
"해요"
"합니다"
"하는" ;
negForms : Style => Str =
table { Plain => "않다" ;