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 ea2ab70d2a
commit c0fd96061a
26 changed files with 56 additions and 14 deletions

View File

@@ -8,6 +8,8 @@ lin
hungry_VP = mkVP have_V2 (lin NP (mkNP (ParadigmsFin.mkN "nälkä"))) ;
thirsty_VP = mkVP have_V2 (lin NP (mkNP (ParadigmsFin.mkN "jano"))) ;
tired_VP = mkVP (caseV partitive (mkV "väsyttää")) ;
scared_VP = mkVP (caseV partitive (mkV "pelottaa")) ;
ill_VP = mkVP (mkA "sairas") ;
has_age_VP card = mkVP (mkAP (lin AdA (mkUtt (lin NP (mkNP <lin Card card : Card> L.year_N)))) L.old_A) ;