fixed the problem found by Hans Leiss with Ger passives leaving out arguments and producing metavariables in parsing

This commit is contained in:
aarne
2015-02-27 14:02:38 +00:00
parent d809c5db1e
commit 6819d67943
3 changed files with 26 additions and 5 deletions

View File

@@ -78,6 +78,11 @@ abstract Extra = Cat ** {
PassAgentVPSlash : VPSlash -> NP -> VP ; -- be begged by her to go
-- In many languages, the passives use past participles.
PastPartAP : VPSlash -> AP ; -- lost (opportunity) ; (opportunity) lost in space
PastPartAgentAP : VPSlash -> NP -> AP ; -- (opportunity) lost by the company
-- publishing of the document
NominalizeVPSlashNP : VPSlash -> NP -> NP ;