mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-27 21:42:50 -06:00
adjusted the contents of Translate.gf: (1) inherit everything in Idiom since it is useful and cheap ; (2) inherit ComplVV and SlashV2V from Verb rather than Extensions, since it is more efficient and already available for all languages. Actually the previous version didn't have these functions at all, which affected the quality quite a bit.
This commit is contained in:
@@ -12,8 +12,8 @@ concrete TranslateEng of Translate =
|
||||
],
|
||||
ConjunctionEng,
|
||||
VerbEng - [
|
||||
UseCopula, -- just removed
|
||||
SlashV2V, PassV2, ComplVV, -- generalized in Extensions
|
||||
UseCopula, -- just removed: not needed
|
||||
PassV2, -- generalized in Extensions
|
||||
ComplVS, SlashV2S, ComplSlash -- Eng exceptions
|
||||
],
|
||||
AdverbEng,
|
||||
@@ -23,7 +23,7 @@ concrete TranslateEng of Translate =
|
||||
],
|
||||
QuestionEng,
|
||||
RelativeEng - [IdRP],
|
||||
IdiomEng [NP, VP, Tense, Cl, ProgrVP, ExistNP, SelfAdvVP, SelfAdVVP, SelfNP],
|
||||
IdiomEng,
|
||||
ConstructionEng,
|
||||
DocumentationEng,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user