From 5c9ac3655ec5a04c751bb014f3571fd5720da9a9 Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 17 Dec 2009 21:31:02 +0000 Subject: [PATCH] word order in subordinate German AdvS fixed --- lib/src/german/SentenceGer.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/german/SentenceGer.gf b/lib/src/german/SentenceGer.gf index 514096fdc..d0ae26676 100644 --- a/lib/src/german/SentenceGer.gf +++ b/lib/src/german/SentenceGer.gf @@ -60,7 +60,7 @@ concrete SentenceGer of Sentence = CatGer ** open ResGer, Prelude in { c2 = cl.c2 } ; - AdvS a s = {s = \\o => a.s ++ s.s ! Inv} ; + AdvS a s = {s = table {Sub => a.s ++ s.s ! Sub ; o => a.s ++ s.s ! Inv}} ; SSubjS a s b = {s = \\o => a.s ! o ++ "," ++ s.s ++ b.s ! Sub} ;