Files
gf-core/lib/resource/bulgarian/GrammarBul.gf
2008-03-14 17:07:06 +00:00

22 lines
325 B
Plaintext

--# -path=.:../abstract:../common:prelude
concrete GrammarBul of Grammar =
NounBul,
VerbBul,
AdjectiveBul,
AdverbBul,
NumeralBul,
SentenceBul,
QuestionBul,
RelativeBul,
ConjunctionBul,
PhraseBul,
TextBul,
StructuralBul,
IdiomBul
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;
} ;