From 90ca53d18a2fa8ed30c4097931ce8f1a4c6d08a4 Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 2 Dec 2008 08:49:04 +0000 Subject: added slavic to some paths in Bulgaria, and Inanimate to one place in SymbolBul, to be able to compile them --- next-lib/src/german/NounGer.gf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'next-lib/src/german') diff --git a/next-lib/src/german/NounGer.gf b/next-lib/src/german/NounGer.gf index 02252afbd..a25167d72 100644 --- a/next-lib/src/german/NounGer.gf +++ b/next-lib/src/german/NounGer.gf @@ -10,7 +10,7 @@ concrete NounGer of Noun = CatGer ** open ResGer, Prelude in { } ; DetNP det = { - s = \\c => det.s ! Neutr ! c ; ---- genders + s = \\c => det.sp ! Neutr ! c ; ---- genders a = agrP3 det.n ; isPron = False } ; @@ -99,7 +99,10 @@ concrete NounGer of Noun = CatGer ** open ResGer, Prelude in { Pl => \\_,_ => [] } } ; - sp = \\_,g,c => "ein" + pronEnding ! GSg g ! c ; ---- plural ; einer + sp = table { + Sg => \\g,c => "ein" + pronEnding ! GSg g ! c ; + Pl => \\_ => caselist "einige" "einige" "einigen" "einiger" + } ; a = Strong } ; -- cgit v1.2.3