I have a dataset from Stanford on Movie Reviews - Movie Review Dataset. It has both training data and testing data - all of them are text files in 2 folders - positive and negative.
How do I implement text classification using SVM algorithm on it? (Using a Python Library)