Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 677 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 677 Bytes

ClariSent Implementation

This Repository contains aspect-based sentiment analysis of Amazon mobile phone reviews. The code implements a PhD research paper published here.

Implementation Dependencies:

  • You need to install MongoDb
  • In order to install project dependencies run:
    pip install -r requirements.txt
    

Dataset:

  • The project requires domain-specific sentiment vocabulary which has been taken from the paper mentioned above. The vocabulary can be found under data/ directory.

Run project:

  • Run following command on project root:
python src/main.py