Grammar without lexicon, new top module

This commit is contained in:
aarne
2006-05-31 14:56:42 +00:00
parent afa2261a1b
commit 4d71dcd880
4 changed files with 65 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
--# -path=.:../abstract:../common:prelude
concrete GrammarEng of Grammar =
NounEng,
VerbEng,
AdjectiveEng,
AdverbEng,
NumeralEng,
SentenceEng,
QuestionEng,
RelativeEng,
ConjunctionEng,
PhraseEng,
TextX,
StructuralEng,
IdiomEng
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;
} ;