简体   繁体   English

ModuleNotFoundError:没有名为“sklearn_crfsuite”的模块

[英]ModuleNotFoundError: No module named 'sklearn_crfsuite'

import sklearn_crfsuite
from sklearn_crfsuite import scorers

I am trying to use the sklearn's crfsuite but it is showing an error that no module named ' sklearn_crfsuite ', also checked the documentation there also the same thing is mentioned?我正在尝试使用sklearn's crfsuite ,但它显示没有名为“ sklearn_crfsuite ”的模块的错误,还检查了那里的文档也提到了同样的事情?

Install it using below command:使用以下命令安装它:

pip install sklearn-crfsuite

If its in google collab use:如果它在谷歌合作中使用:

!pip install sklearn-crfsuite

!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM