mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-09 03:02:50 -06:00
reflected preposition stranding default in TranslateSwe by adding pied piping as second variant
This commit is contained in:
@@ -31,11 +31,11 @@ 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
|
,QuestSlash -- replaced by QuestSlash | PiedPipingQuestSlash
|
||||||
],
|
],
|
||||||
RelativeEng - [
|
RelativeEng - [
|
||||||
IdRP -- with variants that/who/which/-
|
IdRP -- with variants that/who/which/-
|
||||||
,RelSlash -- replaced by RelSlash | StrandRelSlash
|
,RelSlash -- replaced by RelSlash | PiedPipingRelSlash
|
||||||
],
|
],
|
||||||
IdiomEng,
|
IdiomEng,
|
||||||
ConstructionEng,
|
ConstructionEng,
|
||||||
|
|||||||
@@ -16,8 +16,12 @@ concrete TranslateSwe of Translate =
|
|||||||
AdverbSwe,
|
AdverbSwe,
|
||||||
PhraseSwe,
|
PhraseSwe,
|
||||||
SentenceSwe,
|
SentenceSwe,
|
||||||
QuestionSwe,
|
QuestionSwe - [
|
||||||
RelativeSwe,
|
QuestSlash -- replaced by QuestSlash | PiedPipingQuestSlash
|
||||||
|
],
|
||||||
|
RelativeSwe - [
|
||||||
|
RelSlash -- replaced by RelSlash | PiedPipingRelSlash
|
||||||
|
],
|
||||||
IdiomSwe,
|
IdiomSwe,
|
||||||
ConstructionSwe,
|
ConstructionSwe,
|
||||||
DocumentationSwe,
|
DocumentationSwe,
|
||||||
@@ -45,5 +49,8 @@ lin
|
|||||||
| {s = \\n,d,c => np.s ! NPPoss (gennum (ngen2gen cn.g) n) Nom ++ cn.s ! n ! DDef Indef ! c ; g = cn.g ; isMod = True} ---- overgenerating
|
| {s = \\n,d,c => np.s ! NPPoss (gennum (ngen2gen cn.g) n) Nom ++ cn.s ! n ! DDef Indef ! c ; g = cn.g ; isMod = True} ---- overgenerating
|
||||||
;
|
;
|
||||||
|
|
||||||
|
RelSlash rp cls = G.RelSlash rp cls | E.PiedPipingRelSlash rp cls ;
|
||||||
|
|
||||||
|
QuestSlash ip cls = G.QuestSlash ip cls | E.PiedPipingQuestSlash ip cls ;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user