Skip to content

Commit 626dbf7

Browse files
committed
cos, cosi
1 parent 0bf7f7a commit 626dbf7

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
@@ -281,7 +281,7 @@ def process_node(self, node):
281281
'Animacy': ['Anim'],
282282
'Case': ['Nom', 'Gen', 'Dat', 'Acc', 'Loc', 'Ins']
283283
})
284-
elif re.match(r'^(co|což|což?koliv?|něco|lečco|lecco|nic|nicož)$', node.lemma):
284+
elif re.match(r'^(co(si?)?|což|což?koliv?|něco|lečco|lecco|nic|nicož)$', node.lemma):
285285
# Although these pronouns behave by default as neuter singular,
286286
# no Gender and Number is annotated. However, quite unusually,
287287
# there is Animacy=Inan without Gender.

0 commit comments

Comments
 (0)