mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
fixes in French morpho quiz grammar
This commit is contained in:
@@ -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" ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user