1
0
forked from GitHub/gf-rgl

PredVPovs now puts comma before the verb

This commit is contained in:
kr.angelov
2013-09-03 08:11:01 +00:00
parent 92878e5b0b
commit a7ff24ec23

View File

@@ -104,7 +104,7 @@ lin
compl = vp.s2 ! np.a
in
case o of {
ODir => compl ++ verb.aux ++ verb.adv ++ vp.ad ++ verb.fin ++ verb.inf ++ np.s ! npNom ;
ODir => compl ++ "," ++ verb.aux ++ verb.adv ++ vp.ad ++ verb.fin ++ verb.inf ++ np.s ! npNom ;
OQuest => verb.aux ++ compl ++ verb.adv ++ vp.ad ++ verb.fin ++ verb.inf ++ np.s ! npNom
}
} ;