1
0
forked from GitHub/gf-core

commented out PConj_Chunk, which created lots of bogus parses because of NoPConj. All real PConj chunks can be parsed as Conj chunks anyway.

This commit is contained in:
aarne
2015-09-01 08:46:55 +00:00
parent fc371e64bd
commit 898f59bb7d
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ fun
RP_Gen_Chunk : RP -> Chunk ;
RP_Acc_Chunk : RP -> Chunk ;
Subj_Chunk : Subj -> Chunk ;
PConj_Chunk : PConj -> Chunk ;
--- PConj_Chunk : PConj -> Chunk ;
VPS_Chunk : VPS -> Chunk ;
VPI_Chunk : VPI -> Chunk ;

View File

@@ -45,7 +45,7 @@ lin
---- RP_Acc_Chunk rp = ss (rp.s ! RPrep Masc) ; ----
---- RP_Gen_Chunk rp = ss (rp.s ! RC Neutr (NCase Gen)) ;
Subj_Chunk subj = subj ;
PConj_Chunk pconj = pconj ;
--- PConj_Chunk pconj = pconj ;
VPS_Chunk vps = mkUtt (E.PredVPS emptyNP vps) ;
-- VPI_Chunk : VPI -> Chunk ;