1
0
forked from GitHub/gf-rgl

Grammar without lexicon, new top module

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

View File

@@ -0,0 +1,21 @@
--# -path=.:../scandinavian:../abstract:../common:prelude
concrete GrammarSwe of Grammar =
NounSwe,
VerbSwe,
AdjectiveSwe,
AdverbSwe,
NumeralSwe,
SentenceSwe,
QuestionSwe,
RelativeSwe,
ConjunctionSwe,
PhraseSwe,
TextX,
IdiomSwe,
StructuralSwe
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;
} ;