mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-12 20:52:50 -06:00
added scared_VP & ill_VP. fixed scared_A and ill_A in the general dictionaries of some languages
This commit is contained in:
@@ -11,6 +11,8 @@ lin
|
||||
hungry_VP = E.ComplCN have_V2 (mkCN (mkN "hambre" feminine)) ;
|
||||
thirsty_VP = E.ComplCN have_V2 (mkCN (mkN "sed" feminine)) ;
|
||||
tired_VP = mkVP stateCopula (mkAP (mkA "cansado")) ;
|
||||
scared_VP = E.ComplCN have_V2 (mkCN (mkN "miedo")) ;
|
||||
ill_VP = mkVP stateCopula (mkAP (mkA "enfermo")) ;
|
||||
|
||||
has_age_VP card = mkVP have_V2 (mkNP <lin Card card : Card> L.year_N) ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user