其他分享
首页 > 其他分享> > colab + neuralcoref +spacy的坑

colab + neuralcoref +spacy的坑

作者:互联网

在colab中使用spacy+neuralcoref莫名奔溃

解决办法

!pip install -U spacy==2.1.0

!python -m spacy download en

!pip install Cython --install-option="–no-cython-compile"

!pip install neuralcoref

标签:解决办法,neuralcoref,colab,install,pip,spacy
来源: https://blog.csdn.net/qq_42984542/article/details/122245210