mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-15 06:02:55 -06:00
Maltese RG: big improvements with clitics in VPs
This commit is contained in:
@@ -12,7 +12,10 @@ concrete ConjunctionMlt of Conjunction =
|
||||
ConjS = conjunctDistrSS ;
|
||||
|
||||
-- Conj -> [Adv] -> Adv -- "here or there"
|
||||
ConjAdv = conjunctDistrSS ;
|
||||
ConjAdv c l = conjunctDistrSS c l ** {
|
||||
joinsVerb = False ;
|
||||
a = agrP3 Sg Masc ; -- ignored when joinsVerb = False
|
||||
} ;
|
||||
|
||||
-- Conj -> [IAdv] -> IAdv -- "where and with whom"
|
||||
ConjIAdv = conjunctDistrSS ;
|
||||
|
||||
Reference in New Issue
Block a user