Popularity
1.6
Declining
Activity
0.0
Stable
3
2
0

Monthly Downloads: 16
Programming language: Haskell
License: GNU General Public License v2.0 only
Tags: Web    

Haggressive alternatives and similar packages

Based on the "Web" category.
Alternatively, view Haggressive alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Haggressive or a related project?

Add another 'Web' Package

README

Tweet classifier in Haskell

Idea

Tweets on Twitter may contain aggressive content. Haggressive is a supervised k-Nearest Neighbor machine learning classifier that distinguishes aggressive and non-aggressive tweets. It uses a bag-of-unigram approach for extracting features. The empirical evaluation of the approach has yielded an average accuracy of 68.57 % of k = 10. See report_haggressive.pdf for the accompanying report.

Usage

Run it with cabal and specify the directory for the dataset. The actual main file is in src-lib/Hag.hs.