Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4d9f24c

Browse files
Fix more errors.
1 parent 540fe04 commit 4d9f24c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎udapi/block/ud/fixadvmodbyupos.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ def process_node(self, node):
3636
node.deprel = 'aux'
3737
elif node.upos == 'ADP':
3838
node.deprel = 'case'
39+
elif node.upos == 'ADV':
40+
node.deprel = 'advmod'
3941
elif node.upos == 'CCONJ':
4042
node.deprel = 'cc'
4143
elif node.udeprel in ['aux', 'cop']:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /