added feminine pronouns

This commit is contained in:
Krasimir Angelov
2018-05-31 12:08:16 +02:00
parent 2668e58ab6
commit a9e2e33270

View File

@@ -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 ;
}