mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
24 lines
369 B
Plaintext
24 lines
369 B
Plaintext
--# -path=.:alltenses
|
|
|
|
concrete DemoFin of Demo =
|
|
NounFin - [AdvCN],
|
|
-- VerbFin,
|
|
ClauseFin, --
|
|
AdjectiveFin,
|
|
AdverbFin,
|
|
NumeralFin,
|
|
---- SentenceFin,
|
|
---- QuestionFin,
|
|
---- RelativeFin,
|
|
---- ConjunctionFin,
|
|
---- PhraseFin,
|
|
---- TextX,
|
|
---- IdiomFin,
|
|
StructuralFin,
|
|
LexiconFin
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|