mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-20 02:09:32 -06:00
24 lines
469 B
Plaintext
24 lines
469 B
Plaintext
--# -path=.:alltenses
|
|
|
|
concrete DemoSpa of Demo =
|
|
NounSpa - [AdvCN,PredetNP,PPartNP,RelNP,RelCN,SentCN,ApposCN,MassNP,DetNP],
|
|
-- VerbSpa,
|
|
ClauseSpa, --
|
|
AdjectiveSpa - [SentAP],
|
|
AdverbSpa,
|
|
NumeralSpa,
|
|
---- SentenceSpa,
|
|
---- QuestionSpa,
|
|
---- RelativeSpa,
|
|
---- ConjunctionSpa,
|
|
---- PhraseSpa,
|
|
---- TextX - [Tense,TPres,TPast,TFut,TCond],
|
|
---- IdiomSpa,
|
|
StructuralSpa,
|
|
LexiconSpa
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|