We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
import pkuseg
seg = pkuseg.pkuseg(model_name='medicine', postag=True) # 程序会自动下载所对应的细领域模型 text = seg.cut('吃了3天的头孢和阿奇,没有好转,医生开了雾化治疗的处方单') # 进行分词 print(text)
只要把zip包删除掉,就会自动下载,这么大的逻辑bug
The text was updated successfully, but these errors were encountered:
No branches or pull requests
import pkuseg
seg = pkuseg.pkuseg(model_name='medicine', postag=True) # 程序会自动下载所对应的细领域模型
text = seg.cut('吃了3天的头孢和阿奇,没有好转,医生开了雾化治疗的处方单') # 进行分词
print(text)
只要把zip包删除掉,就会自动下载,这么大的逻辑bug
The text was updated successfully, but these errors were encountered: