add ready_VP in Constructions

This commit is contained in:
krasimir
2016-07-05 09:49:30 +00:00
parent c0fd96061a
commit 8fae09f325
28 changed files with 29 additions and 13 deletions

View File

@@ -11,6 +11,7 @@ lin
tired_VP = mkVP (mkA "เหนื่อย") ;
scared_VP = mkVP (mkA "กลัว") ;
ill_VP = mkVP (mkA (R.thword "เจ็บ" "ปวย")) ;
ready_VP = mkVP L.ready_A ;
has_age_VP card = mkVP (mkNP (mkNP card L.year_N) (ParadigmsTha.mkAdv (R.thword "อา" "ยุ"))) ;