mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
russian: use pronOn to implement pronOno.
This commit is contained in:
@@ -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 =
|
||||||
|
|||||||
Reference in New Issue
Block a user