/web-crawler-tweepy-classifier

Just one more discipline project

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

web-crawler-tweepy-classifier

Just one more discipline project.

Objective: Classify twitters according some types of news as enterteinment, business using naive bayes and after this extract the feeling using python lib.

In this project was used Normalizr python lib and a third party project avaliable here: https://github.com/jbhoosreddy/naivebayesclassifier

Normalizr is a Python library for text normalization that offers a bunch of actions to manipulate your text as much as you want. With normalizr you can replace symbols, punctuation, remove stop words and much more.

Installation

The easiest way to install the latest version is by using pip to pull it from

PyPI <https://pypi.python.org/pypi/normalizr>:

pip install normalizr