PassVPSlash in Extra and ExtraEng; should generalize PassV2 in the future

This commit is contained in:
aarne
2011-07-21 09:13:26 +00:00
parent 9023382c31
commit 61c9bdf94e
2 changed files with 19 additions and 0 deletions

View File

@@ -69,4 +69,8 @@ abstract Extra = Cat ** {
PartVP : VP -> AP ; -- (the man) looking at Mary
EmbedPresPart : VP -> SC ; -- looking at Mary (is fun)
-- this is a generalization of Verb.PassV2 and should replace it in the future.
PassVPSlash : VPSlash -> VP ; -- be forced to sleep
}