1
0
forked from GitHub/gf-rgl

fused Conj and DConj in exper

This commit is contained in:
aarne
2008-04-25 06:55:57 +00:00
parent 319d4a82ab
commit 305247ed8f
7 changed files with 31 additions and 12 deletions

View File

@@ -16,7 +16,7 @@ concrete PhraseEng of Phrase = CatEng ** open Prelude, ResEng in {
UttAdv adv = adv ;
NoPConj = {s = []} ;
PConjConj conj = conj ;
PConjConj conj = {s = conj.s2} ; ---
NoVoc = {s = []} ;
VocNP np = {s = "," ++ np.s ! Nom} ;