mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 08:58:55 -06:00
fix 400
This commit is contained in:
@@ -137,7 +137,7 @@ oper sot : (Gender => Animacy => Case => Str) -> (Gender => Animacy => Case => S
|
||||
<(Nom|VocRus|Acc), _ > => n ! Fem ! Animate ! c + "сот";
|
||||
<Gen|Ptv, _ > => n ! Fem ! Animate ! c + "сот";
|
||||
<Dat, _ > => n ! Fem ! Animate ! c + "стам";
|
||||
<Ins, _ > => n ! Fem ! Animate ! c + "юстами";
|
||||
<Ins, _ > => n ! Fem ! Animate ! c + "стами";
|
||||
<Pre|Loc, _ > => n ! Fem ! Animate ! c + "ста"
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user