1
0
forked from GitHub/gf-rgl

added scared_VP & ill_VP. fixed scared_A and ill_A in the general dictionaries of some languages

This commit is contained in:
krasimir
2016-07-05 06:22:06 +00:00
parent c5a9da0757
commit c0ed747ba6
26 changed files with 56 additions and 14 deletions

View File

@@ -8,6 +8,8 @@ lin
hungry_VP = mkVP (mkA "hungry") ;
thirsty_VP = mkVP (mkA "thirsty") ;
tired_VP = mkVP (mkA "tired") ;
scared_VP = mkVP (mkA "scared") ;
ill_VP = mkVP (mkA "ill") ;
has_age_VP card = mkVP (mkAP (lin AdA (mkUtt (mkNP <lin Card card : Card> L.year_N))) L.old_A) ;