diff --git a/src/hungarian/ConjunctionHun.gf b/src/hungarian/ConjunctionHun.gf index f7bac722..f233d22c 100644 --- a/src/hungarian/ConjunctionHun.gf +++ b/src/hungarian/ConjunctionHun.gf @@ -31,8 +31,12 @@ lincat lin BaseNP x y = twoTable Case x y ** y ; - ConsNP x xs = consrTable Case comma x xs ** xs ; - ConjNP co xs = conjunctDistrTable Case co xs ** xs ** {agr = }; + ConsNP x xs = xs ** consrTable Case comma x xs ; + ConjNP co xs = conjunctDistrTable Case co xs ** xs ** { + agr = Pl ; + _ => co.n }> + } ; -- Relative sentences lincat