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

@@ -1,25 +1,39 @@
--# -path=alltenses:../bulgarian:../abstract
--# -path=.:src/chunk:alltenses
concrete TranslateBul of Translate =
TenseX - [IAdv, CAdv],
CatBul,
NounBul - [PPartNP],
AdjectiveBul,
NumeralBul,
SymbolBul [PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP],
SymbolBul [
PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP
],
ConjunctionBul,
VerbBul - [SlashV2V, PassV2, UseCopula, ComplVV],
VerbBul - [
UseCopula,
SlashV2V, PassV2, ComplVV -- generalized in Extensions
],
AdverbBul,
PhraseBul,
SentenceBul,
QuestionBul,
RelativeBul,
IdiomBul [NP, VP, Tense, Cl, ProgrVP, ExistNP],
ExtensionsBul,
IdiomBul [
NP, VP, Tense, Cl, ProgrVP, ExistNP, SelfAdvVP, SelfAdVVP, SelfNP,
neutr, sjalv
],
-- ConstructionBul,
DocumentationBul,
ChunkBul,
ExtensionsBul [CompoundCN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, that_RP, who_RP],
DictionaryBul **
open ResBul, Prelude in {
open MorphoBul, ResBul, ParadigmsBul, SyntaxBul, CommonScand, (E = ExtraBul), Prelude in {
flags
literal=Symb ;
coding = utf8 ;
}