Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 411 Bytes

File metadata and controls

15 lines (9 loc) · 411 Bytes

Simple Sentiment Text Analysis in Python

This is about sentiment text analysis in Python. I used libraries that allow us to work with natural language processing.

package to install:

/opt/virtualenvs/python3/bin/python3 -m pip install --upgrade pip

Additional package to install: :>

  • pip install -U textblob
  • python -m textblob.download_corpora