Skip to content

Commit e321d4d

Browse files
committed
Updated Slavic infinitive.
1 parent 8213f54 commit e321d4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

udapi/block/msf/slavic/infinitive.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import udapi.block.msf.phrase
88

99
class Infinitive(udapi.block.msf.phrase.Phrase):
10-
10+
1111
def process_node(self,node):
1212
if node.feats['VerbForm'] == 'Inf' and node.upos == 'VERB':
1313
aux = [x for x in node.children if x.udeprel == 'aux']
@@ -67,6 +67,7 @@ def process_node(self,node):
6767
phrase_ords.sort()
6868

6969
self.write_node_info(node,
70+
aspect=cop[0].feats['Aspect'],
7071
voice=self.get_voice(cop[0], refl),
7172
form='Inf',
7273
polarity=self.get_polarity(cop[0],neg),

0 commit comments

Comments
 (0)