added scared_VP & ill_VP. fixed scared_A and ill_A in the general dictionaries of some languages

This commit is contained in:
krasimir
2016-07-05 06:22:06 +00:00
parent c5a9da0757
commit c0ed747ba6
26 changed files with 56 additions and 14 deletions

View File

@@ -18,6 +18,8 @@ fun
hungry_VP : VP ; -- x is hungry / x a faim (Fre)
thirsty_VP : VP ; -- x is thirsty / x a soif (Fre)
tired_VP : VP ; -- x is tired / x estoy cansado (Spa)
scared_VP : VP ; -- x is scared
ill_VP : VP ; -- x is ill
has_age_VP : Card -> VP ; -- x is y years old / x a y ans (Fre)
have_name_Cl : NP -> NP -> Cl ; -- x's name is y / x s'appelle y (Fre)