added Spa and Ita to translator/ ; omitted some Extensions functions to double the parsing speed

This commit is contained in:
aarne
2014-04-04 14:13:11 +00:00
parent ab3244fbe5
commit 316e473a1e
8 changed files with 129 additions and 28 deletions

View File

@@ -0,0 +1,38 @@
--# -path=.:src/chunk:alltenses
concrete TranslateSpa of Translate =
TenseSpa,
NounSpa - [PPartNP],
AdjectiveSpa,
NumeralSpa,
SymbolSpa [
PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP
],
ConjunctionSpa,
VerbSpa - [
UseCopula,
SlashV2V, PassV2, ComplVV -- generalized in Extensions
],
AdverbSpa,
PhraseSpa,
SentenceSpa,
QuestionSpa,
RelativeSpa,
IdiomSpa [
NP, VP, Tense, Cl, ProgrVP, ExistNP, SelfAdvVP, SelfAdVVP, SelfNP,
neutr, sjalv
],
-- ConstructionSpa,
DocumentationSpa,
ChunkSpa,
ExtensionsSpa [CompoundCN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, that_RP, who_RP],
DictionarySpa **
open MorphoSpa, ResSpa, ParadigmsSpa, SyntaxSpa, CommonScand, (E = ExtraSpa), Prelude in {
flags
literal=Symb ;
}