mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-10 11:42: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 (mkV "饿") ;
|
||||
thirsty_VP = mkVP (mkA "渴") ;
|
||||
tired_VP = mkVP (mkV "累了") ;
|
||||
scared_VP = mkVP (mkA "惊慌") ;
|
||||
ill_VP = mkVP (mkV "生病了") ;
|
||||
|
||||
has_age_VP card = mkVP (lin AdV card) (mkVP (mkV "岁")) ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user