Python3运行neuralcoref示例代码出现段错误解决方案
程序员文章站
2022-05-28 12:23:20
...
pip uninstall neuralcoref
git clone https://github.com/huggingface/neuralcoref.git
cd neuralcoref
pip install -r requirements.txt
pip install -e .
pip uninstall spacy
pip install spacy
python -m spacy download en