Document classification is the act of assigning documents from a given set of documents to any of a number of classes, where those classes are known a priori.

learn more… | top users | synonyms

10
votes
5answers
1k views

What tried and true algorithms for suggesting related articles are out there?

Pretty common situation, I'd wager. You have a blog or news site and you have plenty of articles or blags or whatever you call them, and you want to, at the bottom of each, suggest others that seem to ...
4
votes
3answers
379 views

How to include words as numerical feature in classification

Whats the best method to use the words itself as the features in any machine learning algorithm ? The problem I have to extract word related feature from a particular paragraph. Should I use the ...
1
vote
1answer
258 views

Get WordNet's domain name for the specified word

I know WordNet has Domains Hierarchy: e.g. sport->football. 1) Is it possible to list all words related, for example, to the 'sport->football' sub-domain? Response: goalkeeper, forward, penalty, ...
0
votes
3answers
4k views

Basic text classification with Weka in Java

Im trying to build a text classifier in JAVA with Weka. I have read some tutorials, and I´m trying to build my own classifier. I have the following categories: computer,sport,unknown and the ...