From 7a3f33a5fc51d1013be00a00976b25b86af4e76d Mon Sep 17 00:00:00 2001 From: aarne Date: Sun, 5 Jun 2016 11:06:32 +0000 Subject: [PATCH] reflected the preposition stranding change in TranslateEng --- lib/src/translator/TranslateEng.gf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/src/translator/TranslateEng.gf b/lib/src/translator/TranslateEng.gf index 07bf09c0b..d3151bb70 100644 --- a/lib/src/translator/TranslateEng.gf +++ b/lib/src/translator/TranslateEng.gf @@ -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