mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-09-21 01:36:03 -06:00
Pol: Correct pronRefl.
This commit is contained in:
@@ -216,7 +216,7 @@ resource PronounMorphoPol = ResPol ** open Prelude, (Predef=Predef) in {
|
|||||||
|
|
||||||
|
|
||||||
-- A loose translation of "its" (reflexive)
|
-- A loose translation of "its" (reflexive)
|
||||||
oper pronRefl: Pron = pronTyFoo PNoGen;
|
oper pronRefl: Pron = pronReflFoo PNoGen;
|
||||||
oper pronReflFoo: PronGen -> Pron = \gender ->
|
oper pronReflFoo: PronGen -> Pron = \gender ->
|
||||||
{ sp = table {
|
{ sp = table {
|
||||||
AF (MascPersSg|MascAniSg|MascInaniSg) Nom => "swój";
|
AF (MascPersSg|MascAniSg|MascInaniSg) Nom => "swój";
|
||||||
@@ -271,7 +271,7 @@ resource PronounMorphoPol = ResPol ** open Prelude, (Predef=Predef) in {
|
|||||||
p = P2 ;
|
p = P2 ;
|
||||||
g = gender
|
g = gender
|
||||||
};
|
};
|
||||||
|
|
||||||
-- for "it", "its"
|
-- for "it", "its"
|
||||||
oper pronOno: Pron =
|
oper pronOno: Pron =
|
||||||
{ nom = "ono" ;
|
{ nom = "ono" ;
|
||||||
|
|||||||
Reference in New Issue
Block a user