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

naming conventions in the code. #19

Open sanster9292 opened 5 years ago

sanster9292 commented 5 years ago

Hey there, I am trying to understand and implement the code on my own and I wanted to know the logic behind the naming convention of _origrev in preprocess.py. I think this would help me create a mental map of the logic behind the code.

sanster9292 commented 5 years ago

Is it possible for you to put up a doc explaining the naming conventions such as TREC in preprocess.py.

If possible, I would love to do it. I have read this paper many times and I am very familiar with what is going. I think that this might help me appreciate the paper/code more.