mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-16 06:32:51 -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:
@@ -9,6 +9,8 @@ lin
|
||||
hungry_VP = mkVP (mkA "hungrig") ;
|
||||
thirsty_VP = mkVP (mkA "törstig") ;
|
||||
tired_VP = mkVP (mkA "trött") ;
|
||||
scared_VP = mkVP (mkA "rädd") ;
|
||||
ill_VP = mkVP (mkA "sjuk") ;
|
||||
|
||||
has_age_VP card = mkVP (lin AP (mkAP (lin AdA (mkUtt (mkNP <lin Card card : Card> L.year_N))) L.old_A)) ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user