1
0
forked from GitHub/gf-core

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 ea2ab70d2a
commit c0fd96061a
26 changed files with 56 additions and 14 deletions

View File

@@ -11,6 +11,8 @@ lin
hungry_VP = E.ComplCN have_V2 (mkCN (mkN "gana" feminine)) ; -- "fam" (val)
thirsty_VP = E.ComplCN have_V2 (mkCN (mkN "set" feminine)) ;
tired_VP = mkVP stateCopula (mkAP (mkA "cansat")) ;
scared_VP = E.ComplCN have_V2 (mkCN (mkN "por" feminine)) ;
ill_VP = mkVP stateCopula (mkAP (mkA "malalt")) ;
has_age_VP card = mkVP have_V2 (mkNP <lin Card card : Card> L.year_N) ;