mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 02:02:51 -06:00
added few missing functions in the Bulgarian RGL
This commit is contained in:
@@ -42,6 +42,12 @@ lin
|
||||
isPre = True
|
||||
} ;
|
||||
|
||||
PositAdVAdj a = {s = a.adv} ;
|
||||
|
||||
that_RP = {
|
||||
s = whichRP
|
||||
} ;
|
||||
|
||||
UseQuantPN q pn = { s = table {
|
||||
RObj Dat => "на" ++ pn.s;
|
||||
_ => pn.s
|
||||
@@ -49,4 +55,14 @@ lin
|
||||
a = {gn = GSg pn.g; p = P3}
|
||||
} ;
|
||||
|
||||
PPartNP np vps = {
|
||||
s = \\c => np.s ! c ++
|
||||
vps.s ! Perf ! VPassive (aform np.a.gn Indef c) ++
|
||||
vps.compl1 ! np.a ++ vps.compl2 ! np.a;
|
||||
a = np.a
|
||||
} ;
|
||||
|
||||
SlashV2V vv p vp =
|
||||
insertSlashObj2 (daComplex vp ! Perf) (slashV vv vv.c2) ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user