mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-20 10:19:32 -06:00
24 lines
469 B
Plaintext
24 lines
469 B
Plaintext
--# -path=.:alltenses
|
|
|
|
concrete DemoCat of Demo =
|
|
NounCat - [AdvCN,PredetNP,PPartNP,RelNP,RelCN,SentCN,ApposCN,MassNP,DetNP],
|
|
-- VerbCat,
|
|
ClauseCat, --
|
|
AdjectiveCat - [SentAP],
|
|
AdverbCat,
|
|
NumeralCat,
|
|
---- SentenceCat,
|
|
---- QuestionCat,
|
|
---- RelativeCat,
|
|
---- ConjunctionCat,
|
|
---- PhraseCat,
|
|
---- TextX - [Tense,TPres,TPast,TFut,TCond],
|
|
---- IdiomCat,
|
|
StructuralCat,
|
|
LexiconCat
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|