Skip to content

KEHANG/Smart_Review_Summarization

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart_Review_Summarization

An automatic summarization tool for product reviews

Dependencies management

Anaconda environment creation

conda env create

amazon_scraper installation

pip install amazon_scraper

nltk_data/tokenizers and nltk_data/corpora

python
nltk.download()

choose punkt for tokenizer, sentiwordnet and wordnet for corpora.

Installation

Append package directory /path/to/Smart_Review_Summarization into PYTHONPATH

Run

source activate srs

About

An automatic summarization tool for product reviews

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 43.0%
  • Jupyter Notebook 38.8%
  • JavaScript 7.7%
  • HTML 6.3%
  • CSS 4.1%
  • Shell 0.1%