forked from GitHub/gf-rgl
(Kor) Fix Attr in do_V, add adjective variant for using in compound adjs
This commit is contained in:
@@ -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 => "않다" ;
|
||||
|
||||
Reference in New Issue
Block a user