forked from GitHub/gf-core
Maltese RG: big improvements with clitics in VPs
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
-- Angelo Zammit 2012
|
||||
-- Licensed under LGPL
|
||||
|
||||
concrete CatMlt of Cat = CommonX ** open ResMlt, Prelude in {
|
||||
concrete CatMlt of Cat = CommonX - [Adv] ** open ResMlt, Prelude in {
|
||||
|
||||
flags
|
||||
optimize=all_subs ;
|
||||
@@ -120,4 +120,12 @@ concrete CatMlt of Cat = CommonX ** open ResMlt, Prelude in {
|
||||
N3 = Noun ** {c2, c3 : Compl} ;
|
||||
PN = ProperNoun ;
|
||||
|
||||
-- Overridden from CommonX
|
||||
|
||||
Adv = {
|
||||
s : Str ;
|
||||
joinsVerb : Bool ; -- Adv "for us" completely integrates into verb at VP level
|
||||
a : Agr ; -- when joinsVerb, this is important
|
||||
} ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user