mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
(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 =
|
negForms : Style => Str =
|
||||||
table { Plain => "않다" ;
|
table { Plain => "않다" ;
|
||||||
|
|||||||
Reference in New Issue
Block a user