mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-26 03:08:55 -06:00
fix CleftAdv in bulgarian-1.4
This commit is contained in:
@@ -10,10 +10,7 @@ concrete IdiomBul of Idiom = CatBul ** open Prelude, ParadigmsBul, ResBul in {
|
|||||||
{gn=GSg Neut; p=np.a.p}
|
{gn=GSg Neut; p=np.a.p}
|
||||||
(insertObj (\\_ => thisRP ! np.a.gn ++ rs.s ! np.a.gn) (predV verbBe)) ;
|
(insertObj (\\_ => thisRP ! np.a.gn ++ rs.s ! np.a.gn) (predV verbBe)) ;
|
||||||
|
|
||||||
CleftAdv ad s =
|
CleftAdv ad s = {s = \\t,a,p,o => case p of {Pos=>[]; Neg=>"íå"} ++ ad.s ++ s.s } ;
|
||||||
mkClause (ad.s)
|
|
||||||
(agrP3 (GSg Neut))
|
|
||||||
(insertObj (\\_ => thisRP ! GPl ++ s.s) (predV verbBe)) ;
|
|
||||||
|
|
||||||
ExistNP np =
|
ExistNP np =
|
||||||
{ s = \\t,a,p,o =>
|
{ s = \\t,a,p,o =>
|
||||||
|
|||||||
Reference in New Issue
Block a user