From 4db9cd2b70043466f97d26e1e03558cf21e27052 Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 5 Jan 2010 22:13:28 +0000 Subject: [PATCH] Swedish "each of" in Attempto with correct agreement --- examples/attempto/LexAttemptoSwe.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/attempto/LexAttemptoSwe.gf b/examples/attempto/LexAttemptoSwe.gf index d8ca8cf0a..bb205a041 100644 --- a/examples/attempto/LexAttemptoSwe.gf +++ b/examples/attempto/LexAttemptoSwe.gf @@ -23,7 +23,7 @@ oper slash_Conj = mkConj [] "/" singular ; whose_IDet = mkIDet (mkIQuant "vems" "vems" "vems" dDefIndef) ; - eachOf np = mkNP (mkNP each_Det) (SyntaxSwe.mkAdv part_Prep np) ; ---- gen agr + eachOf np = mkNP (mkPredet "var och en" "vart och ett" "av" singular) np ; adj_thatCl : A -> S -> Cl = \a,s -> mkCl (mkVP (mkAP (mkAP a) s)) ;