1
0
forked from GitHub/gf-rgl

(zul) mostly changes to VP

This commit is contained in:
Laurette Marais
2022-12-16 23:16:25 +02:00
parent fe2c221e7b
commit 21e84c764c
21 changed files with 731 additions and 204 deletions
+3 -2
View File
@@ -5,9 +5,9 @@ abstract VerbExt = Cat,CatExt ** {
CopAP : AP -> VP ;
CopNP : NP -> VP ;
CopNPAssoc : NP -> VP ;
CopLoc : Loc -> VP ;
CopLocative : Loc -> VP ;
-- CopPoss : NP -> VP ;
CopPoss : NP -> VP ;
CopQuant : QuantStem -> VP ;
-- BecomeAP : AP -> VP ;
@@ -15,6 +15,7 @@ abstract VerbExt = Cat,CatExt ** {
-- BecomeNPAssoc : NP -> VP ;
-- BecomeLoc : Loc -> VP ;
UseVStative : V -> VP ;
ComplV2Nonspec : V2 -> NP -> VP ;
}