forked from GitHub/gf-rgl
(Kor) Fix bug in ConjAP: now uses the neg stem
This commit is contained in:
@@ -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
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user