Skip to content

Commit 8213f54

Browse files
committed
Updated Slavic imperative.
1 parent 6837d89 commit 8213f54

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

udapi/block/msf/slavic/imperative.py

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

99
class Imperative(udapi.block.msf.phrase.Phrase):
10-
10+
1111
def process_node(self, node):
1212
# the condition node.upos == 'VERB' ensures that copulas do not enter this branch
1313
if node.feats['Mood'] == 'Imp' and node.upos == 'VERB':
@@ -65,6 +65,7 @@ def process_node(self, node):
6565
phrase_ords.sort()
6666

6767
self.write_node_info(node,
68+
aspect=copVerb.feats['Aspect'],
6869
person=copVerb.feats['Person'],
6970
number=copVerb.feats['Number'],
7071
mood='Imp',
@@ -74,4 +75,3 @@ def process_node(self, node):
7475
polarity=self.get_polarity(node,neg),
7576
ords=phrase_ords
7677
)
77-

0 commit comments

Comments
 (0)