Skip to content

gellati/svm-sentiment-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation

Sentiment analysis of Swedish sentences using support vector machines. Written in Python.

Two versions of the GUI, one using wxWidgets, the other uses Tkinter. Python ships with Tkinter.

Please note, the results of the analyzer is dependent on the quality of the training data.

Requirements

The analyzer depends on these libraries:

NumPy : http://www.numpy.org
Matplotlib: http://matplotlib.org
scikit-learn: http://scikit-learn.org

The graphical user interface requires either one of these:
wxPython: http://www.wxpython.org
Tkinter: https://wiki.python.org/moin/TkInter

About

A sentiment analyzer in Swedish. Uses support vector machines, written in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages