Skip to content

BHouwens/Sentiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentiment

Supervised sentiment analysing system. Resources need to be pickled (namely your feature sets) and classifiers are assumed to be pretrained (I've used Pickle for this in the examples and specific analysers as well).

Stuff You Need

  • Python 3.x
  • Sklearn
  • NLTK

Election

The election.py is a module that acts like a decision tree for pretrained classifiers. There's nothing unusual about it, other than maybe the naming convention.

About

Supervised sentiment analysing system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published