mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
reflected the preposition stranding change in TranslateEng
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user