From e6783602e3801e1fcbc4c3b67f6deea7c79b1788 Mon Sep 17 00:00:00 2001 From: aarne Date: Mon, 5 Nov 2007 13:48:51 +0000 Subject: [PATCH] unionGFCC, to put together GFCC grs with same abstract --- resource-1.0/romance/ResRomance.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource-1.0/romance/ResRomance.gf b/resource-1.0/romance/ResRomance.gf index 723cd4745..fc29c0af5 100644 --- a/resource-1.0/romance/ResRomance.gf +++ b/resource-1.0/romance/ResRomance.gf @@ -81,7 +81,7 @@ oper s = table { VPFinite t Simul => vf (vfin t) (\_ -> []) ; VPFinite t Anter => vf (habet t) vpart ; --# notpresent - VPInfinit Anter _=> vf (\_ -> []) (\a -> habere ++ vpart a) ; --# notpresent + VPInfinit Anter b=> vf (\_ -> []) (\a -> habere ++ vpart a) ; --# notpresent VPImperat => vf vimp (\_ -> []) ; VPGerund => vf (\_ -> []) (\_ -> vger) ; VPInfinit Simul b=> vf (\_ -> []) (\_ -> vinf b)