more demo languages; an entry for demo in Make.hs

This commit is contained in:
aarne
2008-06-23 12:59:26 +00:00
parent c140794c98
commit f47b1a7487
14 changed files with 133 additions and 6 deletions

View File

@@ -0,0 +1,23 @@
--# -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 ;
} ;