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 ConstructionRus of Construction = CatRus **
open SyntaxRus, ParadigmsRus, ResRus in {
lin
tired_VP = mkVP (mkA "уставший" Rel) ;
}