forked from GitHub/gf-core
included stranding variants to Rel and Quest in TranslateEng - strangely omitted before
This commit is contained in:
@@ -31,8 +31,12 @@ concrete TranslateEng of Translate =
|
|||||||
QuestionEng - [
|
QuestionEng - [
|
||||||
QuestVP -- replaced by QuestVP | contracted QuestVP
|
QuestVP -- replaced by QuestVP | contracted QuestVP
|
||||||
,QuestIComp
|
,QuestIComp
|
||||||
|
,QuestSlash -- replaced by QuestSlash | StrandQuestSlash
|
||||||
],
|
],
|
||||||
RelativeEng - [IdRP],
|
RelativeEng - [
|
||||||
|
IdRP -- with variants that/who/which/-
|
||||||
|
,RelSlash -- replaced by RelSlash | StrandRelSlash
|
||||||
|
],
|
||||||
IdiomEng,
|
IdiomEng,
|
||||||
ConstructionEng,
|
ConstructionEng,
|
||||||
DocumentationEng,
|
DocumentationEng,
|
||||||
@@ -73,6 +77,8 @@ lin
|
|||||||
in {s = \\t,a,b,_ => cl.s ! t ! a ! b ! ODir True}
|
in {s = \\t,a,b,_ => cl.s ! t ! a ! b ! ODir True}
|
||||||
;
|
;
|
||||||
|
|
||||||
|
QuestSlash ip cls = G.QuestSlash ip cls | E.StrandQuestSlash ip cls ;
|
||||||
|
|
||||||
ComplVS vs s = G.ComplVS vs s | E.ComplBareVS vs s ;
|
ComplVS vs s = G.ComplVS vs s | E.ComplBareVS vs s ;
|
||||||
SlashV2S vs s = G.SlashV2S vs s | E.SlashBareV2S vs s ;
|
SlashV2S vs s = G.SlashV2S vs s | E.SlashBareV2S vs s ;
|
||||||
ComplSlash vps np = G.ComplSlash vps np | E.ComplSlashPartLast vps np ;
|
ComplSlash vps np = G.ComplSlash vps np | E.ComplSlashPartLast vps np ;
|
||||||
@@ -86,6 +92,8 @@ lin
|
|||||||
|
|
||||||
IdRP = E.that_RP | G.IdRP | E.who_RP | E.emptyRP ; --- "that" safest when gender is not known
|
IdRP = E.that_RP | G.IdRP | E.who_RP | E.emptyRP ; --- "that" safest when gender is not known
|
||||||
|
|
||||||
|
RelSlash rp cls = G.RelSlash rp cls | E.StrandRelSlash rp cls ;
|
||||||
|
|
||||||
DetNP d = G.DetNP d | G.DetCN d (UseN (mkN "one")) ; -- I like this / I like this one ; it / the one
|
DetNP d = G.DetNP d | G.DetCN d (UseN (mkN "one")) ; -- I like this / I like this one ; it / the one
|
||||||
|
|
||||||
OrdNumeralSuperl n a = G.OrdNumeralSuperl n a | {s = \\c => n.s ! NOrd ! Nom ++ Predef.BIND ++ "-" ++ Predef.BIND ++ a.s ! AAdj Superl c} ;
|
OrdNumeralSuperl n a = G.OrdNumeralSuperl n a | {s = \\c => n.s ! NOrd ! Nom ++ Predef.BIND ++ "-" ++ Predef.BIND ++ a.s ! AAdj Superl c} ;
|
||||||
|
|||||||
Reference in New Issue
Block a user