1
0
forked from GitHub/gf-rgl

changed type of ComplV3

This commit is contained in:
aarne
2005-02-24 14:22:14 +00:00
parent cfddbf0a9b
commit a3272dd4e4
9 changed files with 27 additions and 10 deletions

View File

@@ -21,6 +21,7 @@ abstract Verbphrase = Categories ** {
UseV : V -> VP ; -- "walks"
UsePassV : V -> VP ; -- "is seen"
ComplV2 : V2 -> NP -> VP ; -- "sees Mary"
ComplV3 : V3 -> NP -> NP -> VP ; -- "tells Mary everything"
ComplReflV2 : V2 -> VP ; -- "loves himself"
ComplVS : VS -> S -> VP ; -- "says that Mary runs"
ComplVV : VV -> VPI -> VP ; -- "must walk"