mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-30 10:28:53 -06:00
added feminine pronouns
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
--# -path=.:../abstract:../common:prelude
|
--# -path=.:../abstract:../common:prelude
|
||||||
concrete ExtendBul of Extend = CatBul ** open Prelude, ResBul in {
|
concrete ExtendBul of Extend = CatBul ** open Prelude, ResBul, StructuralBul in {
|
||||||
|
|
||||||
lin
|
lin
|
||||||
AdAdV = cc2 ;
|
AdAdV = cc2 ;
|
||||||
@@ -54,5 +54,14 @@ lin
|
|||||||
"от" ++ np.s ! RObj Acc
|
"от" ++ np.s ! RObj Acc
|
||||||
in {s = ap; adv = ap ! ASg Neut Indef ! P3; isPre = False} ;
|
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 ;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user