/CNNForSentenceClassification

This is a small project which is implemented based on the paper Yoon Kim, "Convolutional Neural Networks for Sentence Classification", 2014.

Primary LanguagePythonMIT LicenseMIT

CNNForSentenceClassification

Overview

This is a small project which implemented based on the paper Yoon Kim, "Convolutional Neural Networks for Sentence Classification", 2014..

Requirements

pip install -r requirements.txt

Dataset Information

The data was first used in Bo Pang and Lillian Lee, "Seeing stars: Exploiting class relationships for sentiment categorization with respect to rating scales.", Proceedings of the ACL, 2005.. See the file rt-polaritydata.README.1.0.txt for more information.

License

This project is licensed under the MIT License.