1
0
forked from GitHub/gf-rgl

zulu inclusion

This commit is contained in:
Laurette Marais
2022-04-28 08:53:37 +02:00
parent a72600b27c
commit 8b05843585
66 changed files with 43788 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
abstract VerbExt = Cat,CatExt ** {
fun
CopAP : AP -> VP ;
CopNP : NP -> VP ;
CopNPAssoc : NP -> VP ;
CopLoc : Loc -> VP ;
-- BecomeAP : AP -> VP ;
-- BecomeNP : NP -> VP ;
-- BecomeNPAssoc : NP -> VP ;
-- BecomeLoc : Loc -> VP ;
ComplV2Nonspec : V2 -> NP -> VP ;
}