mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 17:52:51 -06:00
initial Slavic grammar, shared between Bulgarian and Russian
This commit is contained in:
15
next-lib/src/bulgarian/DiffBul.gf
Normal file
15
next-lib/src/bulgarian/DiffBul.gf
Normal file
@@ -0,0 +1,15 @@
|
||||
instance DiffBul of DiffSlavic = open CommonSlavic, Prelude in {
|
||||
|
||||
param
|
||||
Case = Acc | Dat ;
|
||||
|
||||
Species = Indef | Def ;
|
||||
|
||||
NForm =
|
||||
NF Number Species
|
||||
| NFSgDefNom
|
||||
| NFPlCount
|
||||
| NFVocative
|
||||
;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user