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

@@ -1,7 +1,11 @@
concrete ConstructionJpn of Construction = CatJpn **
open SyntaxJpn, ParadigmsJpn in {
open SyntaxJpn, ParadigmsJpn, ResJpn in {
lin
hungry_VP = mkVP (mkV "お腹が空いている" Gr1) ;
thirsty_VP = mkVP (mkA "喉が乾いている" "渇した") ;
tired_VP = mkVP (mkA "疲れている" "疲れた") ;
scared_VP = mkVP (mkA "怖い") ;
ill_VP = mkVP (mkA "病気の") ;
}