Hi, I'm following this weka article: http://weka.wikispaces.com/Text+categorization+with+WEKA
I've managed to load my data and train the J48 classifier, but I can't figure out how to use it. I need to use the classifier giving it some string and expect from it the class that would be assigned to it.
Any examples on how to do that?
Regards!