remove no_RP from the parsing grammars and use EmptyRelSlash instead

This commit is contained in:
kr.angelov
2012-09-27 09:29:59 +00:00
parent 6084647328
commit 73823dbadc
3 changed files with 8 additions and 12 deletions

View File

@@ -16,7 +16,8 @@ concrete ParseEngBul of ParseEngAbs =
IdiomBul [NP, VP, Tense, Cl, ProgrVP, ExistNP],
ExtraBul [NP, Quant, VPSlash, VP, Tense, GenNP, PassVPSlash,
Temp, Pol, Conj, VPS, ListVPS, S, MkVPS, BaseVPS, ConsVPS, ConjVPS, PredVPS,
VPI, VPIForm, VPIInf, VPIPresPart, ListVPI, VV, MkVPI, BaseVPI, ConsVPI, ConjVPI, ComplVPIVV],
VPI, VPIForm, VPIInf, VPIPresPart, ListVPI, VV, MkVPI, BaseVPI, ConsVPI, ConjVPI, ComplVPIVV,
ClSlash, RCl, EmptyRelSlash],
DictEngBul **
open ResBul, Prelude in {
@@ -52,9 +53,6 @@ lin
that_RP = {
s = whichRP
} ;
no_RP = {
s = whichRP
} ;
UseQuantPN q pn = { s = table {
RObj Dat => "на" ++ pn.s;