Pol: Add back reflexive poss. pronoun.

This commit is contained in:
Paula Pawlowski
2020-11-30 10:25:12 +01:00
parent 583101739f
commit d24a648405
2 changed files with 2 additions and 3 deletions

View File

@@ -214,7 +214,6 @@ resource PronounMorphoPol = ResPol ** open Prelude, (Predef=Predef) in {
};
-- A loose translation of "its" (reflexive)
oper pronRefl: Pron = pronReflFoo PNoGen;
oper pronReflFoo: PronGen -> Pron = \gender ->

View File

@@ -56,8 +56,8 @@ lin
if_then_Conj = {s1="jeżeli"; s2=[", to"]; sent1="jeżeli"; sent2=[", to"]};
in8front_Prep = mkPrep "przed" Instr;
in_Prep = mkPrep "w" Loc;
it_Pron = pronOno;
-- it_ReflPron = pronRefl; -- Use directly in PronounMorphoPol for "swój" as a pronoun/poss. pronoun
it_Pron = pronOno;
reflPossessivePron = pronRefl; -- Defined in PronounMorphoPol for "swój" as a pronoun/poss. pronoun
language_title_Utt = ss "polski";
less_CAdv = {s,sn = "mniej" ; p,pn = "niż" } ;
many_Det = wieleDet;