From 2a8cbbde74b3c9cb93ab53d3f1dd63c0fc497df6 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Wed, 30 May 2018 18:04:01 +0200 Subject: [PATCH] fix ExtendSwe.EmptyRelSlash. It should add the n3 field --- src/swedish/ExtendSwe.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/swedish/ExtendSwe.gf b/src/swedish/ExtendSwe.gf index 352c856e0..17de2ad92 100644 --- a/src/swedish/ExtendSwe.gf +++ b/src/swedish/ExtendSwe.gf @@ -41,7 +41,7 @@ concrete ExtendSwe of Extend = CatSwe ** } ; EmptyRelSlash slash = { s = \\t,a,p,ag,_ => - slash.s ! t ! a ! p ! Sub ++ slash.c2.s ; + slash.s ! t ! a ! p ! Sub ++ slash.n3 ! ag ++ slash.c2.s ; c = NPAcc } ;