Open akshayonly opened 3 years ago
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
pip install sentvec
I was trying to follow the given - BioSentVec_tutorial.ipynb
But after downloading the BioSentVec and trying to load I have got AttributeError.