ssrp
ssrp

Reputation: 1266

News Item Ctegorization

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

Answers (1)

Eugene Kuleshov
Eugene Kuleshov

Reputation: 31795

You can use Classifier4J library. Here is a short tutorial.

Upvotes: 1

Related Questions