summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-01-05 14:19:27 +0000
committeraarne <aarne@chalmers.se>2010-01-05 14:19:27 +0000
commitb8b1f01d9115418c3b9a2f316465336e0f4ab6fb (patch)
tree763c49f417a0d752ae0a84ceb4227fb65e801c0c /examples
parent0a7ff69dda676e1d7ff14138cab33c5a4ed04c6b (diff)
that_Subj in Italian
Diffstat (limited to 'examples')
-rw-r--r--examples/attempto/LexAttemptoFre.gf3
-rw-r--r--examples/attempto/LexAttemptoIta.gf3
2 files changed, 4 insertions, 2 deletions
diff --git a/examples/attempto/LexAttemptoFre.gf b/examples/attempto/LexAttemptoFre.gf
index b53017388..e7ce15ba3 100644
--- a/examples/attempto/LexAttemptoFre.gf
+++ b/examples/attempto/LexAttemptoFre.gf
@@ -27,6 +27,7 @@ oper
eachOf np = mkNP (mkPredet "chacun" "chacune" genitive P.True) np ;
- adj_thatCl : A -> S -> Cl = \a,s -> mkCl (mkVP (mkAP (mkAP a) s)) ;
+ adj_thatCl : A -> S -> Cl = \a,s ->
+ mkCl (mkVP (mkVP (mkAP a)) (SyntaxFre.mkAdv that_Subj s)) ;
}
diff --git a/examples/attempto/LexAttemptoIta.gf b/examples/attempto/LexAttemptoIta.gf
index 191d303ab..09d71999f 100644
--- a/examples/attempto/LexAttemptoIta.gf
+++ b/examples/attempto/LexAttemptoIta.gf
@@ -27,6 +27,7 @@ oper
eachOf np = mkNP (mkPredet "ciascuno" "ciascuna" genitive P.True) np ;
- adj_thatCl : A -> S -> Cl = \a,s -> mkCl (mkVP (mkAP (mkAP a) s)) ;
+ adj_thatCl : A -> S -> Cl = \a,s ->
+ mkCl (mkVP (mkVP (mkAP a)) (SyntaxIta.mkAdv that_Subj s)) ;
}