Skip to content

Commit b8a165c

Browse files
committed
Fix typo
1 parent 09574c0 commit b8a165c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/hanlp_common/hanlp_common/document.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def to_conll(self, tok='tok', lem='lem', pos='pos', fea='fea', dep='dep', sdp='s
137137
Args:
138138
tok (str): Field name for tok.
139139
lem (str): Field name for lem.
140-
pos (str): Filed name for upos.
140+
pos (str): Field name for upos.
141141
fea (str): Field name for feats.
142142
dep (str): Field name for dependency parsing.
143143
sdp (str): Field name for semantic dependency parsing.

plugins/hanlp_common/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='hanlp_common',
13-
version='0.0.20',
13+
version='0.0.21',
1414
description='HanLP: Han Language Processing',
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)