I am following this article for my work and in this article, under heading Verb Phrase Detection
, I am following the instructions but after successfully installing the textacy
library (It shows in pip list
) when I use import textacy
in jupyter notebook, it gives the following Attribute Error:
AttributeError: module 'thinc' has no attribute 'layers'
Can anyone please tell me how to resolve this error. Any help would be appreciated.