(Kor) Fix VStem Neg form in worstcase constructor

This commit is contained in:
Inari Listenmaa
2020-05-21 15:09:53 +02:00
parent 8acf0da717
commit 7785afd2c3

View File

@@ -208,7 +208,7 @@ oper
\stem,attrpos,attrneg,plain,polite,formal,planeg,polneg,formneg -> {
s = table {
VStem Pos => stem ;
VStem Neg => stem + "지" ++ "않" ;
VStem Neg => init planeg ;
VAttr Pos => attrpos ;
VAttr Neg => attrneg ;
VF Plain Pos => plain ;