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 e772548 commit 8a92334Copy full SHA for 8a92334
udapi/block/ud/sk/fixedeprels.py
@@ -1,6 +1,5 @@
1
"""Block to fix case-enhanced dependency relations in Slovak."""
2
from udapi.core.block import Block
3
-import logging
4
import re
5
6
class FixEdeprels(Block):
@@ -14,9 +13,11 @@ class FixEdeprels(Block):
14
13
'a_hoci': 'hoci',
15
'ako': 'ako', # remove morphological case
16
'ako_na': 'ako',
+ 'ako_z': 'ako',
17
'akoby_z': 'z:gen',
18
'akže': 'ak',
19
'ani_keby': 'keby',
20
+ 'ani_keď': 'keď',
21
'až_keď': 'keď',
22
'do': 'do:gen',
23
'k': 'k:dat',
0 commit comments