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

Updated line 438 to open instead of file #24

Open sanster9292 opened 5 years ago

sanster9292 commented 5 years ago

file function has been deprecated in python 3. To write to a file, you need to use open function. It has the same syntax as file.