mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
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 - [
|
||||
QuestVP -- replaced by QuestVP | contracted QuestVP
|
||||
,QuestIComp
|
||||
,QuestSlash -- replaced by QuestSlash | StrandQuestSlash
|
||||
],
|
||||
RelativeEng - [IdRP],
|
||||
RelativeEng - [
|
||||
IdRP -- with variants that/who/which/-
|
||||
,RelSlash -- replaced by RelSlash | StrandRelSlash
|
||||
],
|
||||
IdiomEng,
|
||||
ConstructionEng,
|
||||
DocumentationEng,
|
||||
@@ -73,6 +77,8 @@ lin
|
||||
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 ;
|
||||
SlashV2S vs s = G.SlashV2S vs s | E.SlashBareV2S vs s ;
|
||||
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
|
||||
|
||||
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
|
||||
|
||||
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