mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-30 14:52:51 -06:00
24 lines
388 B
Plaintext
24 lines
388 B
Plaintext
--# -path=.:alltenses
|
|
|
|
concrete DemoGer of Demo =
|
|
NounGer - [AdvCN],
|
|
-- VerbGer,
|
|
ClauseGer, --
|
|
AdjectiveGer,
|
|
AdverbGer,
|
|
NumeralGer,
|
|
-- SentenceGer,
|
|
-- QuestionGer,
|
|
-- RelativeGer,
|
|
-- ConjunctionGer,
|
|
-- PhraseGer,
|
|
-- TextX - [Tense,TPres,TPast,TFut,TCond],
|
|
-- IdiomGer,
|
|
StructuralGer,
|
|
LexiconGer
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|