mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-25 19:16:28 -06:00
Maltese RG: Fix apposition. Add ExtAdvNP & ExtAdvVP. Fix adjective order.
This commit is contained in:
@@ -115,6 +115,10 @@ concrete VerbMlt of Verb = CatMlt ** open Prelude, ResMlt in {
|
||||
False => insertObj (\\_ => adv.s) vp
|
||||
} ;
|
||||
|
||||
-- VP -> Adv -> VP
|
||||
-- sleep , even though ...
|
||||
ExtAdvVP vp adv = insertObj (\\_ => "," ++ adv.s ++ ",") vp ;
|
||||
|
||||
-- AdV -> VP -> VP
|
||||
-- always sleep
|
||||
AdVVP adv vp = insertAdV adv.s vp ;
|
||||
|
||||
Reference in New Issue
Block a user