From b49a021608d1e15a17ffd54195aa812dbed2948f Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 30 Oct 2008 20:38:51 +0000 Subject: refactored romance VP. Now it is possible to parse with Spanish and Catalan; for the rest, some Slash rules still pose a problem. Some clitic and agreement things unfinished. All this in next-lib only; resource 1.4 untouched --- next-lib/src/french/DiffFre.gf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'next-lib/src/french/DiffFre.gf') diff --git a/next-lib/src/french/DiffFre.gf b/next-lib/src/french/DiffFre.gf index 7abd2f76b..4d28796b1 100644 --- a/next-lib/src/french/DiffFre.gf +++ b/next-lib/src/french/DiffFre.gf @@ -124,8 +124,8 @@ instance DiffFre of DiffRomance = open CommonRomance, PhonoFre, Prelude in { agr = {g = aag.g ; n = num ; p = p} ; verb = (vp.s ! VPImperat).fin ! agr ; neg = vp.neg ! pol ; - hascl = (pronArg agr.n agr.p vp.clAcc vp.clDat).p3 ; - clpr = pronArgGen pol agr.n agr.p vp.clAcc vp.clDat ; + hascl = False ; ----e(pronArg agr.n agr.p vp.clAcc vp.clDat).p3 ; + clpr = <[],[]> ; ----e pronArgGen pol agr.n agr.p vp.clAcc vp.clDat ; compl = neg.p2 ++ clpr.p2 ++ vp.comp ! agr ++ vp.ext ! pol in case pol of { -- cgit v1.2.3