mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 01:32: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:
@@ -9,6 +9,8 @@ lin
|
||||
hungry_VP = mkVP (mkA (R.thword "หิว" "ข้าว")) ;
|
||||
thirsty_VP = mkVP (mkA (R.thword "กระ" "หาย" "น้ำ")) ;
|
||||
tired_VP = mkVP (mkA "เหนื่อย") ;
|
||||
scared_VP = mkVP (mkA "กลัว") ;
|
||||
ill_VP = mkVP (mkA (R.thword "เจ็บ" "ปวย")) ;
|
||||
|
||||
has_age_VP card = mkVP (mkNP (mkNP card L.year_N) (ParadigmsTha.mkAdv (R.thword "อา" "ยุ"))) ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user