Skip to content

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

Notifications You must be signed in to change notification settings

jegazhu/text-sentiment-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages