dmmiller612 / bert-extractive-summarizer

Easy to use extractive text summarization with BERT
MIT License
1.39k stars 305 forks source link

Error while importing summerizer #51

Closed shubhamlekhwar closed 2 years ago

shubhamlekhwar commented 4 years ago

I am facing the issue while importing the summarizer. Anyone faced the same issue? summerizer_issue

dmmiller612 commented 4 years ago

Interesting. Do you have another summarizer library already installed (this is a common issue)?

devkkc commented 4 years ago

I faced the same issue and reverting to SpaCy 2.2 worked for me. Maybe you can try the same

dmmiller612 commented 2 years ago

Support for spacy 3.0 should be addressed now. Let me know if any issues persist.