1
0
forked from GitHub/gf-core

added tired_VP in Constructions

This commit is contained in:
krasimir
2016-07-04 21:15:00 +00:00
parent 348623db29
commit 10378917ff
22 changed files with 52 additions and 8 deletions

View File

@@ -8,6 +8,8 @@ concrete ConstructionDut of Construction = CatDut **
lin
hungry_VP = mkVP have_V2 (mkNP (mkN "honger")) ;
thirsty_VP = mkVP have_V2 (mkNP (mkN "dorst")) ;
tired_VP = mkVP (mkA "moe") ;
has_age_VP card = mkVP (mkNP <card : Card> L.year_N) ;
have_name_Cl x y = mkCl (lin NP x) (mkV2 I.heten_V) (lin NP y) ;