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

@@ -1,5 +1,5 @@
concrete ConstructionJpn of Construction = CatJpn **
open SyntaxJpn, ParadigmsJpn, ResJpn in {
open SyntaxJpn, ParadigmsJpn, ResJpn, (L = LexiconJpn) in {
lin
hungry_VP = mkVP (mkV "お腹が空いている" Gr1) ;
@@ -7,5 +7,6 @@ lin
tired_VP = mkVP (mkA "疲れている" "疲れた") ;
scared_VP = mkVP (mkA "怖い") ;
ill_VP = mkVP (mkA "病気の") ;
ready_VP = mkVP L.ready_A ;
}