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 DemoNor of Demo =
NounNor - [AdvCN,PredetNP,PPartNP,RelNP,RelCN,SentCN,ApposCN,MassNP,DetNP],
-- VerbNor,
ClauseNor, --
AdjectiveNor - [SentAP],
AdverbNor,
NumeralNor,
---- SentenceNor,
---- QuestionNor,
---- RelativeNor,
---- ConjunctionNor,
---- PhraseNor,
---- TextX - [Tense,TPres,TPast,TFut,TCond],
---- IdiomNor,
StructuralNor,
LexiconNor
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;
} ;