This commit is contained in:
janna
2006-06-09 11:10:43 +00:00
parent 648b186491
commit b589a0fd4d
5 changed files with 182 additions and 116 deletions

View File

@@ -1,9 +1,17 @@
--# -path=.:../abstract:../common:../../prelude
concrete LangRus of Lang =
GrammarRus,
LexiconRus ** {
flags startcat = Phr ; unlexer = text ; lexer = text ;
} ;
NounRus,
VerbRus,
AdjectiveRus,
AdverbRus,
NumeralRus,
SentenceRus,
QuestionRus,
RelativeRus,
ConjunctionRus,
PhraseRus,
TextX,
StructuralRus,
IdiomRus,
LexiconRus ** { flags startcat = Phr ; unlexer = text ; lexer = text ;} ;