1
0
forked from GitHub/gf-rgl

*** empty log message ***

This commit is contained in:
janna
2004-01-28 08:51:28 +00:00
parent a25d30ccb0
commit 50c9ee9041

View File

@@ -332,6 +332,18 @@ oper pronVseInanimate: Pronoun =
-- without any reference to the Gender parameter "g". -- without any reference to the Gender parameter "g".
oper SubstFormDecl = SS1 SubstForm ; oper SubstFormDecl = SS1 SubstForm ;
oper gorlo : CommNoun = oEndInAnimateDecl "горл" ;
oper koleno : CommNoun = oEndInAnimateDecl "колен" ;
oper plecho : CommNoun = oEndInAnimateDecl "плеч" ;
oper ukho : CommNoun = oEndInAnimateDecl "ух" ;
oper zhivot : CommNoun = nullEndInAnimateDecl1 "живот" ;
oper grud : CommNoun = softSignEndDeclFem "груд" ;
oper spina : CommNoun = aEndG_K_KH_Decl "спин" ;
oper stopa : CommNoun = aEndG_K_KH_Decl "стоп" ;
oper ruka : CommNoun = aEndG_K_KH_Decl "рук" ;
oper muzhchina : CommNoun = (aEndAnimateDecl "мужчин") ** { g = Masc ; anim = Animate } ; oper muzhchina : CommNoun = (aEndAnimateDecl "мужчин") ** { g = Masc ; anim = Animate } ;
oper zhenchina : CommNoun = (aEndAnimateDecl "женщин") ** { g = Fem ; anim = Animate } ; oper zhenchina : CommNoun = (aEndAnimateDecl "женщин") ** { g = Fem ; anim = Animate } ;