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 TranslateIta of Translate =
TenseIta,
NounIta - [PPartNP],
AdjectiveIta,
NumeralIta,
SymbolIta [
PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP
],
ConjunctionIta,
VerbIta - [
UseCopula,
SlashV2V, PassV2, ComplVV -- generalized in Extensions
],
AdverbIta,
PhraseIta,
SentenceIta,
QuestionIta,
RelativeIta,
IdiomIta [
NP, VP, Tense, Cl, ProgrVP, ExistNP, SelfAdvVP, SelfAdVVP, SelfNP,
neutr, sjalv
],
-- ConstructionIta,
DocumentationIta,
ChunkIta,
ExtensionsIta [CompoundCN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, that_RP, who_RP],
DictionaryIta **
open MorphoIta, ResIta, ParadigmsIta, SyntaxIta, CommonScand, (E = ExtraIta), Prelude in {
flags
literal=Symb ;
}