NON_EXISTANT -> nonExist

This commit is contained in:
Krasimir Angelov
2025-08-28 19:35:49 +02:00
parent 625ddf1e1e
commit 5cb67dadbf
11 changed files with 72 additions and 74 deletions
+5 -5
View File
@@ -257,7 +257,7 @@ oper
in {
s = table {
Sg => case stem of {
#exception_D6 => \\_ => NON_EXISTENT ;
#exception_D6 => \\_ => nonExist ;
_ => table {
Nom => stem + "s" ;
Gen => stem + "s" ;
@@ -288,17 +288,17 @@ oper
Sg => table {
Nom => stem + "šanās" ;
Gen => stem + "šanās" ;
Dat => NON_EXISTENT ;
Dat => nonExist ;
Acc => stem + "šanos" ;
Loc => NON_EXISTENT ;
Loc => nonExist ;
Voc => stem + "šanās"
} ;
Pl => table {
Nom => stem + "šanās" ;
Gen => stem + "šanos" ;
Dat => NON_EXISTENT ;
Dat => nonExist ;
Acc => stem + "šanās" ;
Loc => NON_EXISTENT ;
Loc => nonExist ;
Voc => stem + "šanās"
}
} ;