1
0
forked from GitHub/gf-core

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=.:../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 ;
} ;