1
0
forked from GitHub/gf-core

PredVPovs now puts comma before the verb

This commit is contained in:
kr.angelov
2013-09-03 08:11:01 +00:00
parent 1eadd9f275
commit 2d06fdfbe4

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
}
} ;