Fixed ear; fixed ComplSlash complement

This commit is contained in:
Roman Suzi
2020-08-01 10:25:11 +03:00
parent 49d97eeef9
commit a6fc60e2d3
4 changed files with 6 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ lin
in_Prep = mkPrep "в" Loc ;
on_Prep = mkPrep "на" Loc ;
part_Prep = {s="" ; c=Ptv ; hasPrep=False } ;
possess_Prep = {s="" ; c=Gen ; hasPrep=False} ;
possess_Prep = {s="у" ; c=Gen ; hasPrep=False} ;
through_Prep = mkPrep "через" Acc ;
to_Prep = mkPrep "к" Dat ;
under_Prep = mkPrep "под" Ins ;