mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-06-14 20:40:13 -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:
@@ -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) ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user