forked from GitHub/gf-rgl
use pol.s instead of "не" to avoid meta variables in the parser
This commit is contained in:
@@ -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 "бы" ;
|
||||
|
||||
Reference in New Issue
Block a user