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
- Host: GitHub
- URL: https://github.com/Salias/twitter-text-classifier
- Owner: Salias
- Created: 2016-07-22T18:21:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-20T22:52:22.000Z (over 8 years ago)
- Last Synced: 2024-10-23T22:20:22.868Z (over 1 year ago)
- Topics: machine-learning, python, text-classifier, tweets, twitter, twitter-data
- Language: Python
- Homepage: http://www.dcs.gla.ac.uk/~jorge/
- Size: 61.5 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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