mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-05 17:22:51 -06:00
add bulgarian language (still incomplete)
This commit is contained in:
15
lib/resource/bulgarian/GrammarBul.gf
Normal file
15
lib/resource/bulgarian/GrammarBul.gf
Normal file
@@ -0,0 +1,15 @@
|
||||
--# -path=.:../abstract:../common:prelude
|
||||
|
||||
concrete GrammarBul of Grammar =
|
||||
NounBul,
|
||||
VerbBul,
|
||||
SentenceBul,
|
||||
QuestionBul,
|
||||
PhraseBul,
|
||||
TextX,
|
||||
StructuralBul
|
||||
** {
|
||||
|
||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
||||
|
||||
} ;
|
||||
Reference in New Issue
Block a user