experimenting with exclusion of some functions to gain speed in Translate

This commit is contained in:
aarne
2014-04-02 14:04:48 +00:00
parent 086085b9a3
commit 8fc7add8a8
3 changed files with 22 additions and 11 deletions

View File

@@ -9,10 +9,14 @@ concrete TranslateSwe of Translate =
PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP
],
ConjunctionSwe,
VerbSwe - [SlashV2V, PassV2, UseCopula, ComplVV],
VerbSwe - [
UseCopula,
-- SlashV2V, PassV2, ComplVV, -- generalized in Extensions
SlashV2VNP, SlashVV, AdVVPSlash,AdvVPSlash,VPSlashPrep -----
],
AdverbSwe,
PhraseSwe,
SentenceSwe,
SentenceSwe - [SlashVS],
QuestionSwe,
RelativeSwe,
IdiomSwe [
@@ -22,9 +26,11 @@ concrete TranslateSwe of Translate =
ConstructionSwe,
DocumentationSwe,
ChunkSwe - [VPS,VPI],
ChunkSwe,
ExtensionsSwe,
ExtensionsSwe - [
VPI,VPS,PredFrontVQ,PredFrontVS,SlashSlashV2V,SlashV2V,SlashVPIV2V,ComplVV,PassVPSlash,PassAgentVPSlash
],
DictionarySwe **
open MorphoSwe, ResSwe, ParadigmsSwe, SyntaxSwe, CommonScand, (E = ExtraSwe), Prelude in {