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.
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