mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
use nonExist in paradigm mkN075 for Bulgarian
This commit is contained in:
@@ -1199,10 +1199,10 @@ oper
|
|||||||
} ;
|
} ;
|
||||||
mkN075 : Str -> N ;
|
mkN075 : Str -> N ;
|
||||||
mkN075 base = let v0 = base
|
mkN075 base = let v0 = base
|
||||||
in { s = table {
|
in { s = table {
|
||||||
NF Sg _ => nonExist ;
|
NF Sg _ => nonExist ;
|
||||||
NF Pl Indef => v0 ;
|
NF Pl Indef => v0 ;
|
||||||
NF Pl Def => v0+"ňĺ" ;
|
NF Pl Def => v0+"ňĺ" ;
|
||||||
NFSgDefNom => nonExist ;
|
NFSgDefNom => nonExist ;
|
||||||
NFPlCount => v0 ;
|
NFPlCount => v0 ;
|
||||||
NFVocative => v0
|
NFVocative => v0
|
||||||
|
|||||||
Reference in New Issue
Block a user