Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.71 KB

README.md

File metadata and controls

32 lines (27 loc) · 1.71 KB

opinator

A plugin to do sentiment analysis of reviews in ecommerce website.

##Running Development instance ####Plugin

  • The plugin code can be found here
  • Clone the repo to your local machine.
  • Go to chrome://extensions in your google chrome browser.
  • Check the Developer mode checkbox.
  • Click on load unpacked extension and browse to the plugin folder.

####Flask

####Sentiment

  • Download the stanford corenlp module from here
  • Unzip it and place it in analyzer.
  • Execute export _JAVA_OPTIONS="-Xmx1024M" in terminal.
  • Run corenlp.py module.
  • This will start your json-rpc server.

####Database

####Contributors