mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
24 lines
369 B
Plaintext
24 lines
369 B
Plaintext
--# -path=.:alltenses
|
|
|
|
concrete DemoEng of Demo =
|
|
NounEng - [AdvCN],
|
|
-- VerbEng,
|
|
ClauseEng, --
|
|
AdjectiveEng,
|
|
AdverbEng,
|
|
NumeralEng,
|
|
---- SentenceEng,
|
|
---- QuestionEng,
|
|
---- RelativeEng,
|
|
---- ConjunctionEng,
|
|
---- PhraseEng,
|
|
---- TextX,
|
|
---- IdiomEng,
|
|
StructuralEng,
|
|
LexiconEng
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|