From b9e87080243c5f588cc299036acf4b1d616d484e Mon Sep 17 00:00:00 2001 From: aarne Date: Sat, 24 Feb 2007 16:43:11 +0000 Subject: [PATCH] German CN Num construction --- lib/resource-1.0/mathematical/SymbolGer.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/resource-1.0/mathematical/SymbolGer.gf b/lib/resource-1.0/mathematical/SymbolGer.gf index c532c21e9..3666bfcc7 100644 --- a/lib/resource-1.0/mathematical/SymbolGer.gf +++ b/lib/resource-1.0/mathematical/SymbolGer.gf @@ -16,7 +16,7 @@ lin isPron = False } ; CNNumNP cn i = { - s = \\c => cn.s ! Weak ! Sg ! Nom ++ i.s ; + s = \\c => artDef (GSg cn.g) c ++ cn.s ! Weak ! Sg ! Nom ++ i.s ; a = agrP3 Sg ; isPron = False } ;