1
0
forked from GitHub/gf-core
Files
gf-core/lib/resource-1.4/demo/DemoBul.gf
2008-06-23 09:08:31 +00:00

24 lines
469 B
Plaintext

--# -path=.:alltenses
concrete DemoBul of Demo =
NounBul - [AdvCN,PredetNP,PPartNP,RelNP,RelCN,SentCN,ApposCN,MassNP,DetNP],
-- VerbBul,
ClauseBul, --
AdjectiveBul - [SentAP],
AdverbBul,
NumeralBul,
---- SentenceBul,
---- QuestionBul,
---- RelativeBul,
---- ConjunctionBul,
---- PhraseBul,
---- TextX - [Tense,TPres,TPast,TFut,TCond],
---- IdiomBul,
StructuralBul,
LexiconBul
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;
} ;