epfml / sent2vec

General purpose unsupervised sentence representations
Other
1.19k stars 256 forks source link

Install instructions for python #28

Closed SamuelLarkin closed 6 years ago

SamuelLarkin commented 6 years ago

Hi, I want to install the python version of sent2vec. Here are the provided instructions from your site:

python setup.py build_ext
sudo pip install .

But there is no setup.py file in the repository. Should I be copying the fastText's setup.py in order to install sent2vec's python version?

mpagli commented 6 years ago

The setup.py file is in the src folder. You should run the commands from the src folder.