You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#if node.upos == 'VERB' and node.feats['VerbForm'] == 'Part' and node.feats['Case'] != '':
21
+
# node.upos = 'ADJ'
22
22
23
23
# in Polish, the conditional mood for auxiliary verbs is marked as deprel == 'aux:cnd' and not as in the last Slavic languages feats['Mood'] == 'Cnd'
24
24
ifnode.deprel=='aux:cnd':
@@ -54,8 +54,8 @@ def process_node(self,node):
54
54
node.feats['Number'] =subj[0].feats['Number']
55
55
56
56
# participles in passive are sometimes annotated as VERB, sometimes as ADJ
0 commit comments