changed type of ComplV3

This commit is contained in:
aarne
2005-02-24 14:22:14 +00:00
parent 59b378a4e5
commit ce3fee58bc
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"