Skip to content

Commit 7f04a55

Browse files
committed
"ledacos"
1 parent 7950214 commit 7f04a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

udapi/block/ud/cs/markfeatsbugs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def process_node(self, node):
296296
'Animacy': ['Anim'],
297297
'Case': ['Nom', 'Gen', 'Dat', 'Acc', 'Loc', 'Ins']
298298
})
299-
elif re.match(r'^(co(si?)?|což|což?koliv?|něco|lečco|lecco|nic|nicož)$', node.lemma):
299+
elif re.match(r'^(co(si?)?|což|což?koliv?|něco|lečco|lecco|ledacos?|nic|nicož)$', node.lemma):
300300
# Although these pronouns behave by default as neuter singular,
301301
# no Gender and Number is annotated. However, quite unusually,
302302
# there is Animacy=Inan without Gender.

0 commit comments

Comments
 (0)