From a9e2e33270b383e26f2d57a61341d27de35fa75c Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Thu, 31 May 2018 12:08:16 +0200 Subject: [PATCH] added feminine pronouns --- src/bulgarian/ExtendBul.gf | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/bulgarian/ExtendBul.gf b/src/bulgarian/ExtendBul.gf index ddce335f..575a492f 100644 --- a/src/bulgarian/ExtendBul.gf +++ b/src/bulgarian/ExtendBul.gf @@ -1,5 +1,5 @@ --# -path=.:../abstract:../common:prelude -concrete ExtendBul of Extend = CatBul ** open Prelude, ResBul in { +concrete ExtendBul of Extend = CatBul ** open Prelude, ResBul, StructuralBul in { lin AdAdV = cc2 ; @@ -54,5 +54,14 @@ lin "от" ++ np.s ! RObj Acc in {s = ap; adv = ap ! ASg Neut Indef ! P3; isPre = False} ; + iFem_Pron = mkPron "аз" "мен" "ме" "ми" "мой" "моя" "моят" "моя" "моята" "мое" "моето" "мои" "моите" (GSg Fem) P1 ; + youFem_Pron = youSg_Pron ; + weFem_Pron = we_Pron ; + youPlFem_Pron = youPl_Pron ; + theyFem_Pron = they_Pron ; + youPolFem_Pron = youPol_Pron ; + youPolPl_Pron = youPol_Pron ; + youPolPlFem_Pron = youPol_Pron ; + }