Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hankcs committed Nov 30, 2024
1 parent 09574c0 commit b8a165c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/hanlp_common/hanlp_common/document.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def to_conll(self, tok='tok', lem='lem', pos='pos', fea='fea', dep='dep', sdp='s
Args:
tok (str): Field name for tok.
lem (str): Field name for lem.
pos (str): Filed name for upos.
pos (str): Field name for upos.
fea (str): Field name for feats.
dep (str): Field name for dependency parsing.
sdp (str): Field name for semantic dependency parsing.
Expand Down
2 changes: 1 addition & 1 deletion plugins/hanlp_common/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='hanlp_common',
version='0.0.20',
version='0.0.21',
description='HanLP: Han Language Processing',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit b8a165c

Please sign in to comment.