mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-30 10:28:53 -06:00
fixes in the adjectivial forms for two paradigms
This commit is contained in:
@@ -109,7 +109,7 @@ oper
|
|||||||
NFSgDefNom => base+"úň" ;
|
NFSgDefNom => base+"úň" ;
|
||||||
NFPlCount => base+"ŕ" ;
|
NFPlCount => base+"ŕ" ;
|
||||||
NFVocative => base+"ĺ"
|
NFVocative => base+"ĺ"
|
||||||
} ;
|
} ;
|
||||||
rel = \\_ => base; 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+"č")
|
||||||
(v0+"ŕ")
|
(v0+"ŕ")
|
||||||
g ;
|
g ;
|
||||||
|
rel = (mkAdjective base (base+"ňŕ") (base+"ňŕ") base (base+"ňŕ") base (base+"ňŕ") (v0+"č") (v0+"čňĺ")).s ;
|
||||||
relPost = False ;
|
relPost = False ;
|
||||||
g = g ;
|
g = g ;
|
||||||
lock_N = <>
|
lock_N = <>
|
||||||
|
|||||||
Reference in New Issue
Block a user