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

@@ -14,6 +14,7 @@ fun
SPredV : NP -> V -> Cl ; -- "John walks"
SPredPassV : NP -> V -> Cl ; -- "John is seen"
SPredV2 : NP -> V2 -> NP -> Cl ; -- "John sees Mary"
SPredV3 : NP -> V2 -> NP -> NP -> Cl ; -- "John tells Mary everything"
SPredReflV2 : NP -> V2 -> Cl ; -- "John loves himself"
SPredVS : NP -> VS -> S -> Cl ; -- "John says that Mary runs"
SPredVV : NP -> VV -> VPI -> Cl ; -- "John must walk"