1
0
forked from GitHub/gf-rgl

(Kor) Add have_V2

This commit is contained in:
Inari Listenmaa
2020-03-24 14:35:20 +01:00
parent 0351d77357
commit 5f04085084
2 changed files with 9 additions and 2 deletions

View File

@@ -166,7 +166,14 @@ oper
_ => copula.s ! vf } _ => copula.s ! vf }
} ; } ;
have_V : Verb = mkVerbFull
"있다"
"있어요"
"있습니다"
"없다"
"없어요"
"없습니다"
Existential ;
------------------ ------------------
-- Adv -- Adv

View File

@@ -156,7 +156,7 @@ lin yes_Utt = ss "아니요" ;
------- -------
-- Verb -- 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 can8know_VV = can_VV ; -- can (capacity)
-- lin can_VV = mkVV "" ; -- can (possibility) -- lin can_VV = mkVV "" ; -- can (possibility)
-- lin must_VV = mkVV "" ; -- lin must_VV = mkVV "" ;