artetxem / monoses

Unsupervised Statistical Machine Translation
GNU General Public License v3.0
228 stars 41 forks source link

compiling Phrase2vec #13

Closed sevilaybayatli closed 5 years ago

sevilaybayatli commented 5 years ago

hello,

I did not know how to compile Phrase2vec, this site https://github.com/artetxem/phrase2vec you pointed, but there is any instruction how to install it, so because that I got these bash: /media/adminonur/bee/monoses/third-party/phrase2vec/word2vec: No such file or directory head: cannot open 'MODEL-DIR/tmpk7yaqfp0/vocab-full.txt' for reading: No such file or directory bash: /media/adminonur/bee/monoses/third-party/phrase2vec/word2vec: No such file or directory bash: /media/adminonur/bee/monoses/third-party/phrase2vec/word2vec: No such file or directory head: cannot open 'MODEL-DIR/tmpk7yaqfp0/vocab-full.txt' for reading: No such file or directory bash: /media/adminonur/bee/monoses/third-party/phrase2vec/word2vec: No such file or directory

please could you point me?

w4w4n78 commented 4 years ago

Hi, I'm encountering the same problem as described above, any solution?

gitlost-murali commented 4 years ago

Hope this is helpful for anyone who has the same issue.

Run make. This will generate the word2vec executable file.