fixes in the adjectivial forms for two paradigms

This commit is contained in:
Krasimir Angelov
2018-06-07 12:01:50 +02:00
parent 6408484fd0
commit ca6fbbbfca
+3 -2
View File
@@ -109,7 +109,7 @@ oper
NFPlCount => base+"ŕ" ;
NFVocative => base+"ĺ"
} ;
rel = (mkA079 (base+"ĺí")).s; relPost = False;
rel = \\_ => base; relPost = False;
g = AMasc NonHuman;
lock_N = <>
} ;
@@ -686,7 +686,8 @@ oper
(v0+"č")
(v0+"ŕ")
g ;
rel = \\_ => base ; relPost = False ;
rel = (mkAdjective base (base+"ňŕ") (base+"ňŕ") base (base+"ňŕ") base (base+"ňŕ") (v0+"č") (v0+"čňĺ")).s ;
relPost = False ;
g = g ;
lock_N = <>
};