1
0
forked from GitHub/gf-core

reflected the preposition stranding change in TranslateEng

This commit is contained in:
aarne
2016-06-05 11:06:32 +00:00
parent 228b675c3a
commit 7a3f33a5fc

View File

@@ -77,7 +77,7 @@ lin
in {s = \\t,a,b,_ => cl.s ! t ! a ! b ! ODir True}
;
QuestSlash ip cls = G.QuestSlash ip cls | E.StrandQuestSlash ip cls ;
QuestSlash ip cls = G.QuestSlash ip cls | E.PiedPipingQuestSlash ip cls ;
ComplVS vs s = G.ComplVS vs s | E.ComplBareVS vs s ;
SlashV2S vs s = G.SlashV2S vs s | E.SlashBareV2S vs s ;
@@ -90,9 +90,9 @@ lin
PPos = {s = [] ; p = CPos} ;
PNeg = {s = [] ; p = CNeg True} | {s = [] ; p = CNeg False} ;
IdRP = E.that_RP | G.IdRP | E.who_RP | E.emptyRP ; --- "that" safest when gender is not known
IdRP = E.that_RP | E.who_RP | E.which_RP | E.emptyRP ; --- "that" safest when gender is not known
RelSlash rp cls = G.RelSlash rp cls | E.StrandRelSlash rp cls ;
RelSlash rp cls = G.RelSlash rp cls | E.PiedPipingRelSlash rp cls ;
DetNP d = G.DetNP d | G.DetCN d (UseN (mkN "one")) ; -- I like this / I like this one ; it / the one