An open API service indexing awesome lists of open source software.

https://github.com/Salias/twitter-text-classifier

Text Classifier for Twitter data
https://github.com/Salias/twitter-text-classifier

machine-learning python text-classifier tweets twitter twitter-data

Last synced: over 1 year ago
JSON representation

Text Classifier for Twitter data

Awesome Lists containing this project

README

          

# Text Classifier for Twitter data
Simple class to build, evaluate, tune and get a production-ready Text Classifier for Twitter data.

The example data is part of my research, and will train the classifier to determine weather a tweet is traffic-related.

To use your own data, place a csv file into the "data" forlder. The csv file should contain at least 2 columns named by default "text" and "label".
These columns contains the text of the tweet and the label (normally binary "0" of "1").

Happy Classification !! :D