summaryrefslogtreecommitdiff
path: root/examples/attempto/LexAttemptoFre.gf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2008-11-03 16:51:43 +0000
committeraarne <aarne@cs.chalmers.se>2008-11-03 16:51:43 +0000
commit44ad7596b6e151000ef6155bbdc697c1896c5de8 (patch)
tree29521e5ac0d62219f17e9b8e888b43723f08b209 /examples/attempto/LexAttemptoFre.gf
parentbf50b5d70d94e03e17ff18efc473ce5171a58586 (diff)
missing constructions in Attempto grammars added
Diffstat (limited to 'examples/attempto/LexAttemptoFre.gf')
-rw-r--r--examples/attempto/LexAttemptoFre.gf3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/attempto/LexAttemptoFre.gf b/examples/attempto/LexAttemptoFre.gf
index c3a45a433..91ebc32c4 100644
--- a/examples/attempto/LexAttemptoFre.gf
+++ b/examples/attempto/LexAttemptoFre.gf
@@ -9,7 +9,10 @@ oper
provably_Adv = mkAdv "démontrablement" ;
provable_A = mkA "démontrable" ;
false_A = mkA "faux" ;
+ such_A = mkA "tel" "telle" ;
genitiveNP np cn = mkNP (mkNP the_Art cn) (SyntaxFre.mkAdv possess_Prep np) ;
+ each_Det = every_Det ; ----
+
}