24 October 2014 19 2K Report

Hello! Everyone

I have thousands of text documents which I need to split into several known categories. It's possible that a document matches several of the categories. I am now using the ant colony algorithm for text classification. It is suitable for text classification. I am searching and look for other site that they answered which it's described there as suitable for problems that resemble TSP. Does text classification really resemble TSP? Is it trust?

Which algorithm should I use to do the job? I don't need to do it fast. I need to be sure that the algorithm categorizes correctly (as far as possible). I wanted to use ant colony optimization algorithm. Is there an implementation of in java?

Thank you for your help!

More Panei San's questions See All
Similar questions and discussions