Text_Classification icon indicating copy to clipboard operation
Text_Classification copied to clipboard

Add SVM-based sentiment analysis: source classification.

Open SunnyJaneH opened this issue 6 months ago • 0 comments

This commit adds a text classification feature based on Support Vector Machines (SVM), using TF-IDF features to classify the 20 Newsgroups dataset. It includes:

A new module: svm_source_classifier.py

Unit tests: test_source_classifier.py

Documentation update: README.rst, with usage instructions and sample output

SunnyJaneH avatar Oct 11 '25 19:10 SunnyJaneH