1
0
forked from GitHub/gf-rgl

add ready_VP in Constructions

This commit is contained in:
krasimir
2016-07-05 09:49:30 +00:00
parent c0ed747ba6
commit 52e9076641
28 changed files with 29 additions and 13 deletions

View File

@@ -10,6 +10,7 @@ lin
tired_VP = mkVP (mkA "tired") ;
scared_VP = mkVP (mkA "scared") ;
ill_VP = mkVP (mkA "ill") ;
ready_VP = mkVP (mkA "ready") ;
has_age_VP card = mkVP (mkAP (lin AdA (mkUtt (mkNP <lin Card card : Card> L.year_N))) L.old_A) ;