hankcs / HanLP

中文分词 词性标注 命名实体识别 依存句法分析 成分句法分析 语义依存分析 语义角色标注 指代消解 风格转换 语义相似度 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁转换 自然语言处理
https://hanlp.hankcs.com/
Apache License 2.0
33.99k stars 10.18k forks source link

无法下载CTB9_POS_ELECTRA_SMALL_TF #1852

Closed quokka007 closed 1 year ago

quokka007 commented 1 year ago

Describe the bug 无法下载CTB9_POS_ELECTRA_SMALL_TF,似乎是下载连接失效了。 HanLP文档提供的下载链接:https://file.hankcs.com/hanlp/pos/pos_ctb_electra_small_20211227_121341.zip

Code to reproduce the issue

pos = hanlp.load(hanlp.pretrained.pos.CTB9_POS_ELECTRA_SMALL_TF)

Describe the current behavior 无法下载,提示<HTTPError 500: 'Internet error'>

Expected behavior 正常下载

System information

Other info / logs Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached.

hankcs commented 1 year ago

已经重新上传。 感谢反馈,已经修复,请检查上面的commit是否解决了这个问题。 如果还有问题,欢迎重开issue。

quokka007 commented 1 year ago

已经解决了,十分感谢!