BioSentVec
BioSentVec copied to clipboard
AttributeError: module 'sent2vec' has no attribute 'Sent2vecModel'
I was trying to follow the given - BioSentVec_tutorial.ipynb
But after downloading the BioSentVec and trying to load I have got AttributeError.
You are probably installing the wrong package. Read the readme at https://github.com/epfml/sent2vec. You cannot install it by pip install sentvec
you need to clone the repository and install it directly