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
# makedonstina tvori budouci cas pomoci pomocneho slova ќе, u nejz neni nijak vyznaceno, ze se podili na tvorbe budouciho casu
@@ -72,5 +71,9 @@ def process_node(self,node):
72
71
ifnode.feats['Mood'] =='Sub':
73
72
node.feats['Mood'] ='Cnd'
74
73
74
+
# # although infinitives in Old Church Slavonic are annotated with Tense=Pres, they do not convey tense; therefore, we remove this annotation
75
+
ifnode.feats['VerbForm'] =='Inf':
76
+
node.feats['Tense'] =''
77
+
75
78
# TODO maybe we want to set Tense=Fut for the perfective verbs with Tense=Pres? This could solve the problem with the simplified detection of the future tense in Czech
76
79
# but there are many verbs with no Aspect value, so the problem is still there
0 commit comments