Reputation: 1266
I want to implement a method in java that could be used to categorize some news items taken from an RSSFeed, which's descriptions are with no more than 30 words, into categories like Politics, Economic, Weather, ..etc. How could I get some start.
Upvotes: 0
Views: 92
Reputation: 31795
You can use Classifier4J library. Here is a short tutorial.
Upvotes: 1