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 540fe04 commit 4d9f24cCopy full SHA for 4d9f24c
udapi/block/ud/fixadvmodbyupos.py
@@ -36,6 +36,8 @@ def process_node(self, node):
36
node.deprel = 'aux'
37
elif node.upos == 'ADP':
38
node.deprel = 'case'
39
+ elif node.upos == 'ADV':
40
+ node.deprel = 'advmod'
41
elif node.upos == 'CCONJ':
42
node.deprel = 'cc'
43
elif node.udeprel in ['aux', 'cop']:
0 commit comments