mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 02:02:51 -06:00
add a skeletal morphology for Slovenian and a script for importing the SLOLEKS lexicon to GF
This commit is contained in:
27
lib/src/slovenian/ResSlv.gf
Normal file
27
lib/src/slovenian/ResSlv.gf
Normal file
@@ -0,0 +1,27 @@
|
||||
resource ResSlv = {
|
||||
|
||||
param
|
||||
Case = Nom | Gen | Dat | Acc | Loc | Instr;
|
||||
Number = Sg | Dl | Pl ;
|
||||
Gender = Masc | Fem | Neut ;
|
||||
Person = P1 | P2 | P3 ;
|
||||
Species = Indef | Def ;
|
||||
|
||||
VForm = VInf
|
||||
| VSup
|
||||
| VPastPart Gender Number
|
||||
| VPres Number Person
|
||||
| VImper1Sg
|
||||
| VImper1Dl
|
||||
| VImper2 Number ;
|
||||
|
||||
AForm = APosit Gender Number Case
|
||||
| ACompar Gender Number Case
|
||||
| ASuperl Gender Number Case
|
||||
| APositDefNom
|
||||
| APositIndefAcc
|
||||
| APositDefAcc
|
||||
| AComparDefAcc
|
||||
| ASuperlDefAcc ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user