1
0
forked from GitHub/gf-core

fixed the linearization for both7and_Conj and either7or_Conj

This commit is contained in:
krasimir
2008-06-13 13:57:50 +00:00
parent 85606ec32b
commit 6080d7f384
5 changed files with 40 additions and 29 deletions

View File

@@ -19,7 +19,7 @@ concrete PhraseBul of Phrase = CatBul ** open Prelude, ResBul in {
UttAdv adv = adv ;
NoPConj = {s = []} ;
PConjConj conj = {s = conj.s2} ; ---- AR
PConjConj conj = {s = conj.s ++ linCoord!conj.conj} ;
NoVoc = {s = []} ;
VocNP np = {s = "," ++ np.s ! RVoc} ;