1
0
forked from GitHub/gf-core

russian: use pronOn to implement pronOno.

This commit is contained in:
bjorn
2008-06-23 18:06:23 +00:00
parent 1bcdd06409
commit a0da909916

View File

@@ -114,22 +114,9 @@ oper pronOna: Pronoun =
oper pronOno: Pronoun = oper pronOno: Pronoun =
{ s = table { { s = table {
PF Nom _ NonPoss => "оно" ; PF Nom _ NonPoss => "оно" ;
PF Gen No NonPoss => "его" ; pf => pronOn.s!pf
PF Gen Yes NonPoss => "него" ;
PF Dat No NonPoss => "ему" ;
PF Dat Yes NonPoss => "нему" ;
PF Acc No NonPoss => "его" ;
PF Acc Yes NonPoss => "него" ;
PF Inst No NonPoss => "им" ;
PF Inst Yes NonPoss => "ним" ;
PF (Prepos _) _ NonPoss => "нём" ;
PF _ _ (Poss _ ) => "его"
} ; } ;
g = PGen Neut ; g = PGen Neut ; n = Sg ; p = P3 ; pron = True
n = Sg ;
p = P3 ;
pron = True
} ; } ;
oper pronMu: Pronoun = oper pronMu: Pronoun =