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:
@@ -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 ;
|
||||
|
||||
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user