mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
(Kor) Fix bug in ConjAP: now uses the neg stem
This commit is contained in:
@@ -101,8 +101,10 @@ lin
|
|||||||
|
|
||||||
oper
|
oper
|
||||||
mkFirstAP : ResKor.AdjPhrase -> VForm => ConjType => Str = \ap ->
|
mkFirstAP : ResKor.AdjPhrase -> VForm => ConjType => Str = \ap ->
|
||||||
\\af,conj => ap.compar
|
\\af,conj => ap.compar ++ case isPos af of {
|
||||||
++ glue (ap.s ! VStem Pos) (conjTable ! VStar ! conj ! ap.p) ;
|
True => glue (ap.s ! VStem Pos) (conjTable ! VStar ! conj ! ap.p) ;
|
||||||
|
False => glue (ap.s ! VStem Neg) (conjTable ! VStar ! conj ! ap.pNeg)
|
||||||
|
} ;
|
||||||
|
|
||||||
{-
|
{-
|
||||||
lincat
|
lincat
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user