Make for Translate10

This commit is contained in:
aarne
2014-04-04 14:32:05 +00:00
parent 316e473a1e
commit 81f76ba658
5 changed files with 91 additions and 39 deletions

View File

@@ -1,26 +1,37 @@
--# -path=alltenses:.:../german:../abstract
--# -path=.:src/chunk:alltenses
concrete TranslateGer of Translate =
TenseGer,
NounGer - [PPartNP],
AdjectiveGer,
NumeralGer,
SymbolGer [PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP],
SymbolGer [
PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP
],
ConjunctionGer,
VerbGer - [SlashV2V, PassV2, UseCopula, ComplVV],
VerbGer - [
UseCopula,
SlashV2V, PassV2, ComplVV -- generalized in Extensions
],
AdverbGer,
PhraseGer,
SentenceGer,
QuestionGer,
RelativeGer,
IdiomGer [NP, VP, Tense, Cl, ProgrVP, ExistNP, SelfAdvVP, SelfAdVVP, SelfNP, geben],
IdiomGer [
NP, VP, Tense, Cl, ProgrVP, ExistNP, SelfAdvVP, SelfAdVVP, SelfNP,
neutr, sjalv
],
ConstructionGer,
DocumentationGer,
ExtensionsGer,
DictionaryGer **
open MorphoGer, ResGer, ParadigmsGer, SyntaxGer, Prelude in {
flags
literal=Symb ;
coding = utf8 ;
ChunkGer,
ExtensionsGer [CompoundCN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, that_RP, who_RP],
DictionaryGer **
open MorphoGer, ResGer, ParadigmsGer, SyntaxGer, CommonScand, (E = ExtraGer), Prelude in {
flags
literal=Symb ;
}