forked from GitHub/gf-core
fix UncNeg in ParseEng
This commit is contained in:
@@ -15,7 +15,7 @@ concrete ParseEng of ParseEngAbs =
|
||||
RelativeEng,
|
||||
IdiomEng [NP, VP, Tense, Cl, ProgrVP, ExistNP],
|
||||
ExtraEng [NP, Quant, VPSlash, VP, Tense, GenNP, PassVPSlash,
|
||||
Temp, Pol, Conj, VPS, ListVPS, S, MkVPS, BaseVPS, ConsVPS, ConjVPS, PredVPS, UncNeg,
|
||||
Temp, Pol, Conj, VPS, ListVPS, S, MkVPS, BaseVPS, ConsVPS, ConjVPS, PredVPS,
|
||||
VPI, VPIForm, VPIInf, VPIPresPart, ListVPI, VV, MkVPI, BaseVPI, ConsVPI, ConjVPI, ComplVPIVV],
|
||||
|
||||
DictEng **
|
||||
@@ -120,5 +120,6 @@ lin
|
||||
lin
|
||||
PPos = {s = [] ; p = CPos} ;
|
||||
PNeg = {s = [] ; p = CNeg True} ; -- contracted: don't
|
||||
UncNeg = {s = [] ; p = CNeg False} ;
|
||||
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@ abstract ParseEngAbs =
|
||||
Relative,
|
||||
Idiom [NP, VP, Cl, ProgrVP, ExistNP],
|
||||
Extra [NP, Quant, VPSlash, VP, GenNP, PassVPSlash,
|
||||
Temp, Pol, Conj, VPS, ListVPS, S, MkVPS, BaseVPS, ConsVPS, ConjVPS, PredVPS, UncNeg,
|
||||
Temp, Pol, Conj, VPS, ListVPS, S, MkVPS, BaseVPS, ConsVPS, ConjVPS, PredVPS,
|
||||
VPI, ListVPI, VV, MkVPI, BaseVPI, ConsVPI, ConjVPI, ComplVPIVV],
|
||||
DictEngAbs ** {
|
||||
|
||||
@@ -49,4 +49,6 @@ fun CompoundCN : Num -> N -> CN -> CN ;
|
||||
|
||||
PassVS : VS -> VP -> VP ;
|
||||
PPartNP : NP -> VPSlash -> NP ;
|
||||
|
||||
UncNeg : Pol ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user