Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

下载的zip包删除就会导致重新下载,但是目录下有解压的文件 #154

Open
wikithink opened this issue Dec 4, 2021 · 0 comments

Comments

@wikithink
Copy link

import pkuseg

seg = pkuseg.pkuseg(model_name='medicine', postag=True) # 程序会自动下载所对应的细领域模型
text = seg.cut('吃了3天的头孢和阿奇,没有好转,医生开了雾化治疗的处方单') # 进行分词
print(text)

只要把zip包删除掉,就会自动下载,这么大的逻辑bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant