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

Updating the read privileges in the open statement #21

Open sanster9292 opened 5 years ago

sanster9292 commented 5 years ago

In python 3+, you need to open the .csv file as a read-only privilege with the encoding of cp1252 or else the code won't work properly.

sanster9292 commented 5 years ago

@SenticNet