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 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 ;
} ;