mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -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 + "сот";
|
<(Nom|VocRus|Acc), _ > => n ! Fem ! Animate ! c + "сот";
|
||||||
<Gen|Ptv, _ > => n ! Fem ! Animate ! c + "сот";
|
<Gen|Ptv, _ > => n ! Fem ! Animate ! c + "сот";
|
||||||
<Dat, _ > => 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 + "ста"
|
<Pre|Loc, _ > => n ! Fem ! Animate ! c + "ста"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user