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