summaryrefslogtreecommitdiff
path: root/grammars/resource/french/SyntaxFra.gf
diff options
context:
space:
mode:
Diffstat (limited to 'grammars/resource/french/SyntaxFra.gf')
-rw-r--r--grammars/resource/french/SyntaxFra.gf4
1 files changed, 2 insertions, 2 deletions
diff --git a/grammars/resource/french/SyntaxFra.gf b/grammars/resource/french/SyntaxFra.gf
index 98cec2966..925d48b20 100644
--- a/grammars/resource/french/SyntaxFra.gf
+++ b/grammars/resource/french/SyntaxFra.gf
@@ -129,7 +129,7 @@ oper
questVerbPhrase = \jean,dort ->
{s = table {
DirQ => optStr (estCeQue Acc) ++ (predVerbPhrase jean dort).s ! Ind ;
- IndirQ => siSubj ++ (predVerbPhrase jean dort).s ! Ind
+ IndirQ => elisSi ++ (predVerbPhrase jean dort).s ! Ind
}
} ;
@@ -286,7 +286,7 @@ oper
etetConj = sd2 "et" "et" ** {n = Pl} ;
ououConj = sd2 "ou" "ou" ** {n = Sg} ;
niniConj = sd2 "ni" "ni" ** {n = Sg} ; --- requires ne !
- siSubj = ss siSubj ;
+ siSubj = ss elisSi ;
quandSubj = ss "quand" ;
ouiPhr = ss ["Oui ."] ;