mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
(Kor) Add have_V2
This commit is contained in:
@@ -166,7 +166,14 @@ oper
|
||||
_ => copula.s ! vf }
|
||||
} ;
|
||||
|
||||
|
||||
have_V : Verb = mkVerbFull
|
||||
"있다"
|
||||
"있어요"
|
||||
"있습니다"
|
||||
"없다"
|
||||
"없어요"
|
||||
"없습니다"
|
||||
Existential ;
|
||||
------------------
|
||||
-- Adv
|
||||
|
||||
|
||||
@@ -156,7 +156,7 @@ lin yes_Utt = ss "아니요" ;
|
||||
-------
|
||||
-- Verb
|
||||
|
||||
--lin have_V2 = mkV2 have_V ;
|
||||
lin have_V2 = have_V ** {sc = Topic; c2 = Subject ; p2 = emptyPP} ;
|
||||
-- lin can8know_VV = can_VV ; -- can (capacity)
|
||||
-- lin can_VV = mkVV "" ; -- can (possibility)
|
||||
-- lin must_VV = mkVV "" ;
|
||||
|
||||
Reference in New Issue
Block a user