Skip to content

Commit 6bc3950

Browse files
author
Lenka Krippnerová
committed
Change PhraseVoice value from Pass to Act for impersonal forms in Polish and Ukrainian
1 parent 3cd92e2 commit 6bc3950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

udapi/block/msf/slavic/past.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def process_node(self, node):
3939
person=node.feats['Person'],
4040
number=node.feats['Number'],
4141
mood=node.feats['Mood'],
42-
voice='Pass',
42+
voice='Act', #In Polish, impersonal statements are annotated with Voice=Act. In Ukrainian, the Voice feature is missing; therefore, we decided to annotate these phrases with PhraseVoice=Act
4343
aspect=node.feats['Aspect'],
4444
form=node.feats['VerbForm'],
4545
polarity=self.get_polarity(node,neg),

0 commit comments

Comments
 (0)