mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-26 13:02:50 -06:00
completed Translate grammars for all 8 languages; a Makefile entry for them; updated doc/translation.html. What remains to do is to make the new documentation facilities (GF-driven, in the Documentation modules) available in the Android app, so that the Parse* modules can be retired from translation tasks.
This commit is contained in:
26
lib/src/translator/TranslateGer.gf
Normal file
26
lib/src/translator/TranslateGer.gf
Normal file
@@ -0,0 +1,26 @@
|
||||
--# -path=alltenses:.:../german:../abstract
|
||||
concrete TranslateGer of Translate =
|
||||
TenseGer,
|
||||
NounGer - [PPartNP],
|
||||
AdjectiveGer,
|
||||
NumeralGer,
|
||||
SymbolGer [PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP],
|
||||
ConjunctionGer,
|
||||
VerbGer - [SlashV2V, PassV2, UseCopula, ComplVV],
|
||||
AdverbGer,
|
||||
PhraseGer,
|
||||
SentenceGer,
|
||||
QuestionGer,
|
||||
RelativeGer,
|
||||
IdiomGer [NP, VP, Tense, Cl, ProgrVP, ExistNP, SelfAdvVP, SelfAdVVP, SelfNP, geben],
|
||||
ConstructionGer,
|
||||
DocumentationGer,
|
||||
ExtensionsGer,
|
||||
DictionaryGer **
|
||||
open MorphoGer, ResGer, ParadigmsGer, SyntaxGer, Prelude in {
|
||||
|
||||
flags
|
||||
literal=Symb ;
|
||||
coding = utf8 ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user