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