Some fixes and backwards compatibility

This commit is contained in:
Roman Suzi
2020-07-24 19:41:11 +03:00
parent ea7f9aba0f
commit f719268045
5 changed files with 41 additions and 35 deletions
+4 -4
View File
@@ -6,11 +6,11 @@ concrete ExtraRus of ExtraRusAbs = CatRus **
lin
obj_no_Prep = {s="" ; c=Acc ; hasPrep=False} ;
to2_Prep = {s="в" ; c=Acc ; hasPrep=True};
on_to_Prep = {s="до"; c=Gen; hasPrep=True} ;
along_Prep = {s="по"; c=Loc; hasPrep=True} ;
to2_Prep = P.mkPrep "в" Acc ;
on_to_Prep = P.mkPrep "до" Gen ;
along_Prep = P.mkPrep "по" Loc ;
from2_Prep = from2 ;
about_Prep = {s="о" ; c=Pre; hasPrep=True} ;
about_Prep = P.mkPrep "о" Pre ;
have_V3 = P.mkV3 est_ell_V nom_Prep u_Prep;
have2_V3 = P.mkV3 est_V nom_Prep u_Prep;