diff options
| author | aarne <aarne@chalmers.se> | 2010-09-28 16:52:48 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-09-28 16:52:48 +0000 |
| commit | 8fa5a507283c6d4bb12911202f551faa506c68aa (patch) | |
| tree | 4908d08d01ad0a9e930840ca7bcb0621d05af4ad /examples/morpho/FreReal.gf | |
| parent | 66672d8af16fb1d3f69727a3cb316d2d87617851 (diff) | |
fixes in French morpho quiz grammar
Diffstat (limited to 'examples/morpho/FreReal.gf')
| -rw-r--r-- | examples/morpho/FreReal.gf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/morpho/FreReal.gf b/examples/morpho/FreReal.gf index c9dfcc84d..86a56c164 100644 --- a/examples/morpho/FreReal.gf +++ b/examples/morpho/FreReal.gf @@ -16,6 +16,7 @@ lincat lin -- display the same subset of forms as Petit Robert +{- DAll w = w ! R.VInfin True ++ w ! R.VFin (R.VPres R.Indic) R.Sg R.P1 ++ @@ -33,7 +34,7 @@ lin w ! R.VImper R.PlP1 ++ w ! R.VGer ++ w ! R.VPart R.Masc R.Sg ; - +-} DForm w f = w ! f.v ++ f.s ; --- VInfin = {s = [] ; v = R.VInfin True} ; |
