mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 20:18:33 -06:00
like English, Bulgarian also needs a isSimple flag in VP to correctly place the adjectivial participles
This commit is contained in:
@@ -32,7 +32,8 @@ concrete SentenceBul of Sentence = CatBul ** open Prelude, ResBul in {
|
||||
ad = slash.ad ;
|
||||
compl = \\_ => slash.compl1 ! np.a ++ slash.compl2 ! agr ;
|
||||
vtype = slash.vtype ;
|
||||
p = Pos}).s ;
|
||||
p = Pos ;
|
||||
isSimple = slash.isSimple}).s ;
|
||||
c2 = slash.c2
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user