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:
aarne
2014-04-09 09:40:43 +00:00
parent edcb328b70
commit 6fc7271950
12 changed files with 30 additions and 56 deletions

View File

@@ -10,18 +10,15 @@ concrete TranslateSwe of Translate =
],
ConjunctionSwe,
VerbSwe - [
UseCopula,
SlashV2V, PassV2, ComplVV -- generalized in Extensions
UseCopula, -- not needed
PassV2 -- generalized in Extensions
],
AdverbSwe,
PhraseSwe,
SentenceSwe,
QuestionSwe,
RelativeSwe,
IdiomSwe [
NP, VP, Tense, Cl, ProgrVP, ExistNP, SelfAdvVP, SelfAdVVP, SelfNP,
neutr, sjalv
],
IdiomSwe,
ConstructionSwe,
DocumentationSwe,