mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-23 18:02:54 -06:00
bugfix in ParadigmsSlv.gf
This commit is contained in:
@@ -15,7 +15,7 @@ oper
|
|||||||
neuter = Neut;
|
neuter = Neut;
|
||||||
|
|
||||||
mkN : (_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_ : Str) -> Gender -> N =
|
mkN : (_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_ : Str) -> Gender -> N =
|
||||||
\nomsg,nomdl,nompl,gensg,gendl,genpl,datsg,datdl,datpl,accsg,accdl,accpl,locsg,locdl,locpl,instrsg,instrdl,instrpl,g -> lin N {
|
\nomsg,gensg,datsg,accsg,locsg,instrsg,nomdl,gendl,datdl,accdl,locdl,instrdl,nompl,genpl,datpl,accpl,locpl,instrpl,g -> lin N {
|
||||||
s = table {
|
s = table {
|
||||||
Nom => table {Sg=>nomsg; Dl=>nomdl; Pl=>nompl};
|
Nom => table {Sg=>nomsg; Dl=>nomdl; Pl=>nompl};
|
||||||
Gen => table {Sg=>gensg; Dl=>gendl; Pl=>genpl};
|
Gen => table {Sg=>gensg; Dl=>gendl; Pl=>genpl};
|
||||||
|
|||||||
Reference in New Issue
Block a user