1
0
forked from GitHub/gf-rgl

use pol.s instead of "не" to avoid meta variables in the parser

This commit is contained in:
Krasimir Angelov
2024-03-18 16:09:00 +01:00
parent 38ba6b1d6c
commit 13dea0d8ac

View File

@@ -859,7 +859,7 @@ oper
BeFuture => case <m,temp, pol.p> of {
<Ind, Past, _> => subj ++ pol.s ++ adv ++ verbPastAgree vf a "" ;
<Ind, Pres, Pos> => subj ++ pol.s ++ adv ++ verbPresAgree vf a ;
<Ind, Pres, Neg> => subj ++ "не" ++ adv ;
<Ind, Pres, Neg> => subj ++ pol.s ++ adv ;
<Ind, Fut, _> => subj ++ pol.s ++ adv ++ verbFutAgree vf a ;
<Ind, Cond, _> => subj ++ pol.s ++ adv ++ verbPastAgree vf a "бы" ;
<Sbjv, _, _> => subj ++ pol.s ++ adv ++ verbPastAgree vf a "бы" ;