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

@@ -7,7 +7,7 @@ abstract Translate =
Numeral,
Conjunction,
Verb - [
SlashV2V, PassV2, ComplVV, -- to be generalized
----- SlashV2V, PassV2, ComplVV, -- to be generalized
UseCopula ---- overgenerating ??
],
Adverb,
@@ -19,10 +19,10 @@ abstract Translate =
Symbol [PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP], ---- why only these?
Chunk - [VPS,VPI],
Chunk,
Construction,
Extensions,
Extensions - [VPI,VPS,PredFrontVQ,PredFrontVS,SlashSlashV2V,SlashV2V,SlashVPIV2V,ComplVV,PassVPSlash,PassAgentVPSlash],
Dictionary,
Documentation