mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-10 03:32: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:
@@ -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) ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user