为了我的工作,我遵循了this的文章,在这篇文章的标题Verb Phrase Detection下,我遵循了说明,但在成功安装textacy库(它在pip list中显示)之后,当我在jupyter notebook中使用import textacy时,它给出了以下错误属性:
AttributeError: module 'thinc' has no attribute 'layers'谁能告诉我如何解决这个错误。任何帮助都将不胜感激。
发布于 2021-09-20 13:12:53
这对我很有效
pip安装程序
https://stackoverflow.com/questions/69029154
复制相似问题