We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8213f54 commit e321d4dCopy full SHA for e321d4d
udapi/block/msf/slavic/infinitive.py
@@ -7,7 +7,7 @@
7
import udapi.block.msf.phrase
8
9
class Infinitive(udapi.block.msf.phrase.Phrase):
10
-
+
11
def process_node(self,node):
12
if node.feats['VerbForm'] == 'Inf' and node.upos == 'VERB':
13
aux = [x for x in node.children if x.udeprel == 'aux']
@@ -67,6 +67,7 @@ def process_node(self,node):
67
phrase_ords.sort()
68
69
self.write_node_info(node,
70
+ aspect=cop[0].feats['Aspect'],
71
voice=self.get_voice(cop[0], refl),
72
form='Inf',
73
polarity=self.get_polarity(cop[0],neg),
0 commit comments