mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-21 10:49:33 -06:00
24 lines
469 B
Plaintext
24 lines
469 B
Plaintext
--# -path=.:alltenses
|
|
|
|
concrete DemoDan of Demo =
|
|
NounDan - [AdvCN,PredetNP,PPartNP,RelNP,RelCN,SentCN,ApposCN,MassNP,DetNP],
|
|
-- VerbDan,
|
|
ClauseDan, --
|
|
AdjectiveDan - [SentAP],
|
|
AdverbDan,
|
|
NumeralDan,
|
|
---- SentenceDan,
|
|
---- QuestionDan,
|
|
---- RelativeDan,
|
|
---- ConjunctionDan,
|
|
---- PhraseDan,
|
|
---- TextX - [Tense,TPres,TPast,TFut,TCond],
|
|
---- IdiomDan,
|
|
StructuralDan,
|
|
LexiconDan
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|