diff --git a/src/korean/ConjunctionKor.gf b/src/korean/ConjunctionKor.gf index 4f2ac1d1..7e69601e 100644 --- a/src/korean/ConjunctionKor.gf +++ b/src/korean/ConjunctionKor.gf @@ -101,8 +101,10 @@ lin oper mkFirstAP : ResKor.AdjPhrase -> VForm => ConjType => Str = \ap -> - \\af,conj => ap.compar - ++ glue (ap.s ! VStem Pos) (conjTable ! VStar ! conj ! ap.p) ; + \\af,conj => ap.compar ++ case isPos af of { + True => glue (ap.s ! VStem Pos) (conjTable ! VStar ! conj ! ap.p) ; + False => glue (ap.s ! VStem Neg) (conjTable ! VStar ! conj ! ap.pNeg) + } ; {- lincat diff --git a/src/korean/ParamKor.gf b/src/korean/ParamKor.gf index 7f34fdf5..d498a264 100644 Binary files a/src/korean/ParamKor.gf and b/src/korean/ParamKor.gf differ