mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-29 22:42:52 -06:00
experimenting with exclusion of some functions to gain speed in Translate
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user