1
0
forked from GitHub/gf-core

Maltese RG: big improvements with clitics in VPs

This commit is contained in:
john
2013-05-28 14:45:53 +00:00
parent e969aa69ff
commit ce053c4a98
16 changed files with 761 additions and 305 deletions

View File

@@ -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
} ;
}