forked from GitHub/gf-core
24 lines
451 B
Plaintext
24 lines
451 B
Plaintext
--# -path=.:alltenses
|
|
|
|
concrete DemoFin of Demo =
|
|
NounFin - [AdvCN,PredetNP,PPartNP,RelNP,RelCN,SentCN,ApposCN,MassNP,DetNP],
|
|
-- VerbFin,
|
|
ClauseFin, --
|
|
AdjectiveFin - [SentAP],
|
|
AdverbFin,
|
|
NumeralFin,
|
|
---- SentenceFin,
|
|
QuestionFin - [QuestVP,QuestSlash],
|
|
---- RelativeFin,
|
|
---- ConjunctionFin,
|
|
PhraseFin,
|
|
---- TextX,
|
|
---- IdiomFin,
|
|
StructuralFin,
|
|
LexiconFin
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|