diff options
| author | aarne <aarne@chalmers.se> | 2010-01-05 22:13:28 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-01-05 22:13:28 +0000 |
| commit | 0349228ceb16049c03c3c98c3fb8c66331368ce1 (patch) | |
| tree | 1e46a0b96a52806c016307792d08f000f2797a38 /examples | |
| parent | b8b1f01d9115418c3b9a2f316465336e0f4ab6fb (diff) | |
Swedish "each of" in Attempto with correct agreement
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/attempto/LexAttemptoSwe.gf | 2 |
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)) ; |
