summaryrefslogtreecommitdiff
path: root/examples/attempto
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-01-05 13:35:24 +0000
committeraarne <aarne@chalmers.se>2010-01-05 13:35:24 +0000
commit0a7ff69dda676e1d7ff14138cab33c5a4ed04c6b (patch)
tree1ed7f8ba58487d104d6dc8f9f8db10165a4cea2f /examples/attempto
parent6d0f248b67552b3920e431e2090ca66f1ca5060c (diff)
agreement in German Predet
Diffstat (limited to 'examples/attempto')
-rw-r--r--examples/attempto/LexAttemptoGer.gf4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/attempto/LexAttemptoGer.gf b/examples/attempto/LexAttemptoGer.gf
index 308fbfad6..2f903b843 100644
--- a/examples/attempto/LexAttemptoGer.gf
+++ b/examples/attempto/LexAttemptoGer.gf
@@ -1,7 +1,7 @@
instance LexAttemptoGer of LexAttempto =
open ExtraGer, SyntaxGer, ParadigmsGer, ConstructX,
MakeStructuralGer,
- IrregGer in {
+ IrregGer, Prelude in {
oper
possible_A = mkA "möglich" ;
@@ -25,7 +25,7 @@ oper
whose_IDet = mkIDet (mkIQuant "wessen") ;
- eachOf np = mkNP (mkNP each_Det) (SyntaxGer.mkAdv part_Prep np) ; ---- gen agr
+ eachOf np = mkNP (mkPredet (mkA "jed") "von" dative True singular) np ;
adj_thatCl : A -> S -> Cl = \a,s -> mkCl (mkVP (mkAP (mkAP a) s)) ;