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
476 stars 169 forks source link

added encoding #20

Open sanster9292 opened 5 years ago

sanster9292 commented 5 years ago

The csv file needs to be opened with read(not binary) privileges. The value of encoding to use for opening this file is 'cp1252' on line 18. This change is based on my implementation in python 3.6+

sanster9292 commented 5 years ago

@SenticNet