forked from GitHub/gf-rgl
(Som) Add npcomp field to VP for more fine-grained control of word order
This commit is contained in:
@@ -88,12 +88,15 @@ concrete QuestionSom of Question = CatSom ** open
|
||||
|
||||
-- : IAdv -> IComp ;
|
||||
CompIAdv iadv = { -- where (is it)
|
||||
comp = \\_ => <[], iadv.s> ;
|
||||
comp = \\_ => <[], []> ;
|
||||
npcomp = iadv.s ;
|
||||
stm = Waa NoCopula ;
|
||||
} ;
|
||||
|
||||
-- : IP -> IComp ;
|
||||
CompIP ip = { -- who (is it)
|
||||
comp = \\_ => <[], ip.s ! Abs> ;
|
||||
comp = \\_ => <[], []> ;
|
||||
npcomp = ip.s ! Abs ;
|
||||
stm = Waa NoCopula ;
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user