I have been using MALLET for sometime now and I want to train the data using the SVM classifier. Is there a way I can get SVM on MALLET. I followed the instructions at SVM on MALLET but it didn't help much. Thank you in advance.
Asked
Active
Viewed 454 times
1
-
It might be easier to implement the SVM in WEKA or in Python with Scikit-Learn. Why use Mallet for SVM? – duhaime Jan 27 '15 at 19:57