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