mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 08:58:55 -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)
|
||||
oper pronRefl: Pron = pronReflFoo PNoGen;
|
||||
oper pronReflFoo: PronGen -> Pron = \gender ->
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user