1
0
forked from GitHub/gf-core

bulgarian in next-lib

This commit is contained in:
krasimir
2008-10-30 18:04:09 +00:00
parent 751d9c8940
commit 4558f2064d
25 changed files with 4040 additions and 0 deletions

View File

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