Skip to content

Commit b18beb2

Browse files
committed
Indicative can have -ž as well.
"On, učiniž sa králem, nepřítelem učiněn jest ne králem."
1 parent 7f04a55 commit b18beb2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

udapi/block/ud/cs/markfeatsbugs.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,8 @@ def process_node(self, node):
741741
'Person': ['1', '2', '3'],
742742
'Number': ['Sing', 'Dual', 'Plur'],
743743
'Polarity': ['Pos', 'Neg'],
744-
'Variant': ['Short', 'Long'] # distinguishes sigmatic (Long) and asigmatic (Short) aorist
744+
'Variant': ['Short', 'Long'], # distinguishes sigmatic (Long) and asigmatic (Short) aorist
745+
'Emph': ['Yes']
745746
})
746747
elif node.feats['VerbForm'] == 'Part': # only l-participle; the others are ADJ, not VERB
747748
if node.feats['Gender'] == 'Masc':

0 commit comments

Comments
 (0)