1
0
forked from GitHub/gf-rgl

added tired_VP in Constructions

This commit is contained in:
krasimir
2016-07-04 21:15:00 +00:00
parent 6f6e6081d4
commit 54cf5ce0c8
22 changed files with 52 additions and 8 deletions
+7
View File
@@ -0,0 +1,7 @@
concrete ConstructionJpn of Construction = CatJpn **
open SyntaxJpn, ParadigmsJpn in {
lin
tired_VP = mkVP (mkA "疲れている" "疲れた") ;
}