The file contains staments and thier classificaition according to the reviews given by various segment of customers.
Contains 570 observations of 2 variables Text and Review.
The package "tm" is used in the processig of the Natural Language Processing.
Package "Snowballc" word stemming algorithm for collapsing words to a common root to aid comparison of vocabulary.
Package "e1071" e1071 is a package for R programming that provides functions for statistic and probabilistic algorithms like a fuzzy classifier, naive Bayes classifier, bagged clustering, short-time Fourier transform, support vector machine, etc.. When it comes to SVM, there are many packages available in R to implement it.