Skip to content

Various classifiers are trained with forum posts labelled either neutral or insulting and are tested with appropriate metrics.

Notifications You must be signed in to change notification settings

TimosPal/Forum-posts-sentiment-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Insult-detection

Various classifiers are trained with forum posts labelled either neutral or insulting.

Preprocessing methods used

  • unicode cleanup
  • lemmatization
  • stopwords
  • TFIDF
  • POS tagging

Trained models

  • Naive bayes
  • SVM
  • Random forests

Metrics

  • F1
  • CLF

Libraries used

  • nltk
  • sklearn
  • panda
  • numpy

The notebook is fully documented , conclusion and extra thoughts are included there

About

Various classifiers are trained with forum posts labelled either neutral or insulting and are tested with appropriate metrics.

Topics

Resources

Stars

Watchers

Forks