mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 09:32:53 -06:00
add ready_VP in Constructions
This commit is contained in:
@@ -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 ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user