1
0
forked from GitHub/gf-rgl

Some additions to lexicon

This commit is contained in:
Roman Suzi
2020-08-16 09:03:46 +03:00
parent 98f65975ae
commit 4abec966a9
12 changed files with 4373 additions and 23 deletions

View File

@@ -1,16 +1,19 @@
abstract ExtraRusAbs = Cat ** {
fun
obj_no_Prep : Prep ;
obj_neg_Prep : Prep ;
about_Prep : Prep ;
to2_Prep : Prep ;
to_dat_Prep : Prep ;
on_to_Prep : Prep ;
along_Prep : Prep ;
be_V3 : V3 ;
dat_Prep : Prep ;
from2_Prep : Prep ;
have_V3 : V3 ;
have2_V3 : V3 ;
have_not_V3 : V3 ;
be_V3 : V3 ;
have_V3 : V3 ;
nom_Prep : Prep ;
obj_neg_Prep : Prep ;
obj_no_Prep : Prep ;
on_to_Prep : Prep ;
to2_Prep : Prep ;
to_dat_Prep : Prep ;
u_Prep : Prep ;
}