mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
Catalan idioms for inverted
This commit is contained in:
@@ -104,7 +104,10 @@ oper
|
||||
|
||||
conjThan = "que" ;
|
||||
conjThat = "que" ;
|
||||
subjIf = "si" ;
|
||||
|
||||
|
||||
|
||||
clitInf b cli inf = inf ++ bindIf b ++ cli ; --- JS copied from DiffSpa
|
||||
|
||||
relPron : Bool => AAgr => Case => Str = \\b,a,c =>
|
||||
|
||||
@@ -4,10 +4,10 @@ concrete IdiomCat of Idiom = CatCat **
|
||||
flags optimize=all_subs ;
|
||||
|
||||
lin
|
||||
ExistNP np = mkClause [] (agrP3 Masc Sg)
|
||||
ExistNP np = mkClause [] True (agrP3 Masc Sg)
|
||||
(insertClit2 "hi" (insertComplement (\\_ => np.s ! Ton Acc) (predV haver_V))) ;
|
||||
GenericCl vp = mkClause "hom" (agrP3 Masc Sg) vp ;
|
||||
ImpersCl vp = mkClause [] (agrP3 Masc Sg) vp ;
|
||||
GenericCl vp = mkClause "hom" True (agrP3 Masc Sg) vp ;
|
||||
ImpersCl vp = mkClause [] True (agrP3 Masc Sg) vp ;
|
||||
|
||||
|
||||
ProgrVP vp =
|
||||
|
||||
Reference in New Issue
Block a user