Skip to content

Commit 9f6847f

Browse files
committed
"nic" as adverb (= "nijak").
1 parent 2dfb915 commit 9f6847f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

udapi/block/ud/cs/fixmorpho.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ def process_node(self, node):
320320
node.feats['PronType'] = 'Ind'
321321
node.feats['Degree'] = ''
322322
node.feats['Polarity'] = ''
323-
elif re.fullmatch(r'(nijak|nikam|nikde|nikdy|nikudy)', node.lemma):
323+
elif re.fullmatch(r'(nic|nijak|nikam|nikde|nikdy|nikudy)', node.lemma):
324324
node.feats['PronType'] = 'Neg'
325325
node.feats['Degree'] = ''
326326
node.feats['Polarity'] = ''

0 commit comments

Comments
 (0)