mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
Pol: Add back reflexive poss. pronoun.
This commit is contained in:
@@ -214,7 +214,6 @@ resource PronounMorphoPol = ResPol ** open Prelude, (Predef=Predef) in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
-- A loose translation of "its" (reflexive)
|
-- A loose translation of "its" (reflexive)
|
||||||
oper pronRefl: Pron = pronReflFoo PNoGen;
|
oper pronRefl: Pron = pronReflFoo PNoGen;
|
||||||
oper pronReflFoo: PronGen -> Pron = \gender ->
|
oper pronReflFoo: PronGen -> Pron = \gender ->
|
||||||
|
|||||||
@@ -56,8 +56,8 @@ lin
|
|||||||
if_then_Conj = {s1="jeżeli"; s2=[", to"]; sent1="jeżeli"; sent2=[", to"]};
|
if_then_Conj = {s1="jeżeli"; s2=[", to"]; sent1="jeżeli"; sent2=[", to"]};
|
||||||
in8front_Prep = mkPrep "przed" Instr;
|
in8front_Prep = mkPrep "przed" Instr;
|
||||||
in_Prep = mkPrep "w" Loc;
|
in_Prep = mkPrep "w" Loc;
|
||||||
it_Pron = pronOno;
|
it_Pron = pronOno;
|
||||||
-- it_ReflPron = pronRefl; -- Use directly in PronounMorphoPol for "swój" as a pronoun/poss. pronoun
|
reflPossessivePron = pronRefl; -- Defined in PronounMorphoPol for "swój" as a pronoun/poss. pronoun
|
||||||
language_title_Utt = ss "polski";
|
language_title_Utt = ss "polski";
|
||||||
less_CAdv = {s,sn = "mniej" ; p,pn = "niż" } ;
|
less_CAdv = {s,sn = "mniej" ; p,pn = "niż" } ;
|
||||||
many_Det = wieleDet;
|
many_Det = wieleDet;
|
||||||
|
|||||||
Reference in New Issue
Block a user