mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-09-14 14:26:02 -06:00
fixes in the adjectivial forms for two paradigms
This commit is contained in:
@@ -109,7 +109,7 @@ oper
|
|||||||
NFPlCount => base+"ŕ" ;
|
NFPlCount => base+"ŕ" ;
|
||||||
NFVocative => base+"ĺ"
|
NFVocative => base+"ĺ"
|
||||||
} ;
|
} ;
|
||||||
rel = (mkA079 (base+"ĺí")).s; relPost = False;
|
rel = \\_ => base; relPost = False;
|
||||||
g = AMasc NonHuman;
|
g = AMasc NonHuman;
|
||||||
lock_N = <>
|
lock_N = <>
|
||||||
} ;
|
} ;
|
||||||
@@ -686,7 +686,8 @@ oper
|
|||||||
(v0+"č")
|
(v0+"č")
|
||||||
(v0+"ŕ")
|
(v0+"ŕ")
|
||||||
g ;
|
g ;
|
||||||
rel = \\_ => base ; relPost = False ;
|
rel = (mkAdjective base (base+"ňŕ") (base+"ňŕ") base (base+"ňŕ") base (base+"ňŕ") (v0+"č") (v0+"čňĺ")).s ;
|
||||||
|
relPost = False ;
|
||||||
g = g ;
|
g = g ;
|
||||||
lock_N = <>
|
lock_N = <>
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user