AttributeError: module 'jieba' has no attribute 'cut'
时间: 2023-10-04 09:04:29 浏览: 72
AttributeError: module 'tensorflow.compat.v1' has no attribute '
这个错误是因为你在使用 jieba 库的时候使用了错误的方法名。可能是因为你导入了 jieba 库,但是没有正确地调用其中的某个方法。
你可以检查一下你的代码,看看是否正确地使用了 jieba.cut() 方法。如果还不行,可以尝试重新安装 jieba 库,或者检查一下 jieba 库的版本是否正确。
如果还有其他问题,可以继续向我提问。
阅读全文