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