forked from GitHub/gf-core
CompoundAP in Bulgarian
This commit is contained in:
@@ -42,6 +42,11 @@ lin
|
|||||||
g = cn.g
|
g = cn.g
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
CompoundAP n a =
|
||||||
|
let ap : AForm => Str
|
||||||
|
= \\aform => n.rel ! (ASg Neut Indef) ++ a.s ! aform
|
||||||
|
in {s = ap; adv = ap ! (ASg Neut Indef); isPre = True} ;
|
||||||
|
|
||||||
GerundCN vp = {
|
GerundCN vp = {
|
||||||
s = \\nform => vp.ad.s ++
|
s = \\nform => vp.ad.s ++
|
||||||
vp.s ! Imperf ! VNoun nform ++
|
vp.s ! Imperf ! VNoun nform ++
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ concrete TranslateBul of Translate =
|
|||||||
DocumentationBul,
|
DocumentationBul,
|
||||||
|
|
||||||
ChunkBul,
|
ChunkBul,
|
||||||
ExtensionsBul [CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS,
|
ExtensionsBul [CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, CompoundAP,
|
||||||
PresPartAP, PastPartAP, PassVPSlash, PassAgentVPSlash],
|
PresPartAP, PastPartAP, PassVPSlash, PassAgentVPSlash],
|
||||||
|
|
||||||
DictionaryBul **
|
DictionaryBul **
|
||||||
|
|||||||
Reference in New Issue
Block a user