fixed Slash functions (#458)

This commit is contained in:
Ekaterina Voloshina
2024-03-22 06:18:40 +01:00
committed by GitHub
parent bb5107fa99
commit f85fa84ae0
6 changed files with 115 additions and 89 deletions

View File

@@ -144,7 +144,8 @@ lin
++ verbRefl vps.verb
++ case temp.t of {Cond => "бы" ; _ => []}
++ vps.dep
++ vps.compl ! pol.p ! Ag (GSg Neut) P3
++ vps.compl1 ! pol.p ! Ag (GSg Neut) P3
++ vps.compl2 ! pol.p ! Ag (GSg Neut) P3
++ vps.c.s
)
} ;
@@ -157,7 +158,8 @@ lin
++ verbRefl vps.verb
++ case temp.t of {Cond => "бы" ; _ => []}
++ vps.dep
++ vps.compl ! pol.p ! Ag (GSg Neut) P3
++ vps.compl1 ! pol.p ! Ag (GSg Neut) P3
++ vps.compl2 ! pol.p ! Ag (GSg Neut) P3
++ vps.c.s
++ endComma
} ;