summaryrefslogtreecommitdiff
path: root/examples/morpho/FreDescr.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-09-28 16:52:48 +0000
committeraarne <aarne@chalmers.se>2010-09-28 16:52:48 +0000
commit8fa5a507283c6d4bb12911202f551faa506c68aa (patch)
tree4908d08d01ad0a9e930840ca7bcb0621d05af4ad /examples/morpho/FreDescr.gf
parent66672d8af16fb1d3f69727a3cb316d2d87617851 (diff)
fixes in French morpho quiz grammar
Diffstat (limited to 'examples/morpho/FreDescr.gf')
-rw-r--r--examples/morpho/FreDescr.gf4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/morpho/FreDescr.gf b/examples/morpho/FreDescr.gf
index 0007986b2..dc6c8c67f 100644
--- a/examples/morpho/FreDescr.gf
+++ b/examples/morpho/FreDescr.gf
@@ -9,13 +9,13 @@ lincat
TMood, Number, Person, NumPersI, Gender, Mood = Str ;
lin
- DAll w = w ++ ":" ++ "la conjugaison" ;
+-- DAll w = w ++ ":" ++ "la conjugaison" ;
DForm w f = w ++ ":" ++ f ;
VInfin = "infinitif" ;
VFin m n p = m ++ n ++ p ;
- VImper np = "imparfait" ++ np ;
+ VImper np = "impératif" ++ np ;
VPart g n = "participe passé" ++ g ++ n ;
VGer = "participe présent" ;