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/romance/RelativeRomance.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'next-lib/src/romance/RelativeRomance.gf') diff --git a/next-lib/src/romance/RelativeRomance.gf b/next-lib/src/romance/RelativeRomance.gf index 40b83c1b3..f8d3f466f 100644 --- a/next-lib/src/romance/RelativeRomance.gf +++ b/next-lib/src/romance/RelativeRomance.gf @@ -37,7 +37,7 @@ incomplete concrete RelativeRomance of Relative = } ; FunRP p np rp = { - s = \\_,a,c => np.s ! Ton Nom ++ p.s ++ rp.s ! True ! a ! p.c ; + s = \\_,a,c => (np.s ! Nom).ton ++ p.s ++ rp.s ! True ! a ! p.c ; a = {g = np.a.g ; n = np.a.n} ; hasAgr = True } ; -- cgit v1.2.3