mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-18 17:29:32 -06:00
17 lines
229 B
Plaintext
17 lines
229 B
Plaintext
--# -path=.:alltenses
|
|
|
|
concrete DemoGer of Demo =
|
|
NounGer,
|
|
ClauseGer,
|
|
AdjectiveGer,
|
|
AdverbGer,
|
|
NumeralGer,
|
|
QuestionGer,
|
|
StructuralGer,
|
|
LexiconGer
|
|
** {
|
|
|
|
flags language = de; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|