SenticNet / personality-detection

Implementation of a hierarchical CNN based model to detect Big Five personality traits
http://sentic.net/deep-learning-based-personality-detection.pdf
MIT License
475 stars 167 forks source link

process_data.py with GoogleNews-vectors-negative300.bin.gz file #33

Open sori424 opened 3 years ago

sori424 commented 3 years ago

I found it unable to pass argument with bin.gz file in window os! If I tried to unzip it with tar command, the all the unzipped files become 0 byte. And if I tried to using bin.gz the unicode error consistently occurred.

Is there any suggestions for using GoogleNews-vectors-negative300.bin.gz file?

addy1997 commented 3 years ago

@sori424 Have you tried gensim library. Link: https://radimrehurek.com/gensim/models/word2vec.html