mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-11 22:09:32 -06:00
40 lines
864 B
Plaintext
40 lines
864 B
Plaintext
--# -path=.:../chunk:alltenses:../german
|
|
|
|
concrete TranslateGer of Translate =
|
|
TenseGer,
|
|
NounGer - [PPartNP],
|
|
AdjectiveGer,
|
|
NumeralGer,
|
|
SymbolGer [
|
|
PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP
|
|
],
|
|
ConjunctionGer,
|
|
VerbGer - [
|
|
UseCopula,
|
|
PassV2
|
|
],
|
|
AdverbGer,
|
|
PhraseGer,
|
|
SentenceGer,
|
|
QuestionGer,
|
|
RelativeGer,
|
|
IdiomGer,
|
|
ConstructionGer,
|
|
DocumentationGer,
|
|
|
|
ChunkGer,
|
|
ExtensionsGer [
|
|
ListVPS,BaseVPS,ConsVPS,ConjVPS,ListVPI,BaseVPI,ConsVPI,ConjVPI,
|
|
CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash, CompoundAP
|
|
, PastPartAP, PastPartAgentAP, PresPartAP, GerundNP, GerundAdv
|
|
, WithoutVP, InOrderToVP, ByVP
|
|
],
|
|
|
|
DictionaryGer **
|
|
open MorphoGer, ResGer, ParadigmsGer, SyntaxGer, CommonScand, (E = ExtraGer), Prelude in {
|
|
|
|
flags
|
|
literal=Symb ;
|
|
|
|
}
|