summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-01-05 22:13:28 +0000
committeraarne <aarne@chalmers.se>2010-01-05 22:13:28 +0000
commit0349228ceb16049c03c3c98c3fb8c66331368ce1 (patch)
tree1e46a0b96a52806c016307792d08f000f2797a38 /examples
parentb8b1f01d9115418c3b9a2f316465336e0f4ab6fb (diff)
Swedish "each of" in Attempto with correct agreement
Diffstat (limited to 'examples')
-rw-r--r--examples/attempto/LexAttemptoSwe.gf2
1 files changed, 1 insertions, 1 deletions
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)) ;