Skip to content

Commit ab5a79f

Browse files
committed
Release Ancient Chinese models for tokenization, lemmatization, part-of-speech tagging and dependency parsing
1 parent 0636dc6 commit ab5a79f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hanlp/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Author: hankcs
33
# Date: 2019-12-28 19:26
44

5-
__version__ = '2.1.0'
5+
__version__ = '2.1.1'
66
"""HanLP version"""
77

88

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
'transformers>=4.1.1',
6565
'sentencepiece>=0.1.91', # Essential for tokenization_bert_japanese
6666
'torch>=1.6.0',
67-
'hanlp-common>=0.0.22',
67+
'hanlp-common>=0.0.23',
6868
'hanlp-trie>=0.0.4',
6969
'hanlp-downloader',
7070
*TOKENIZERS,

0 commit comments

Comments
 (0)