From 8fa5a507283c6d4bb12911202f551faa506c68aa Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 28 Sep 2010 16:52:48 +0000 Subject: fixes in French morpho quiz grammar --- examples/morpho/FreDescr.gf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/morpho/FreDescr.gf') 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" ; -- cgit v1.2.3