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 not running #9

Open ghost opened 6 years ago

ghost commented 6 years ago

File "C:/Users/Anam/Videos/personality-detection-master/personality-detection-master/process_data.py", line 162, in w2v_file = sys.argv[1]

IndexError: list index out of range

this is the eroor i amgetting when i try to execute this file

novinfard commented 6 years ago

You didn't pass the argument, see the "preprocessing" section

https://github.com/SenticNet/personality-detection#preprocessing