diff options
Diffstat (limited to 'old-lib/resource/bulgarian/GrammarBul.gf')
| -rw-r--r-- | old-lib/resource/bulgarian/GrammarBul.gf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/old-lib/resource/bulgarian/GrammarBul.gf b/old-lib/resource/bulgarian/GrammarBul.gf new file mode 100644 index 000000000..21e437b74 --- /dev/null +++ b/old-lib/resource/bulgarian/GrammarBul.gf @@ -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 ; + +} ; |
