Tagged Questions
1
vote
4answers
392 views
text categorization classifiers
Does anybody know of good open-source text-categorization models? I know about Stanford Classifier, Weka, Mallet, etc. but all of them require training.
I need to classify news articles into ...
2
votes
1answer
479 views
Caluculating IDF(Inverse Document Frequency) for document categorization
I have doubt in calculating IDF (Inverse Document Frequency) in document categorization. I have more than one category with multiple documents for training. I am calculating IDF for each term in a ...
4
votes
3answers
447 views
Algorithms used for programmatic classification of recipes
I'm interested in classifying recipes programmatically based on a statistical analysis of various properties of the recipe. In other words, I want to classify a recipe as Breakfast, Lunch, Dinner or ...
2
votes
1answer
643 views
LibSVM and non-numerical data
I'm interested in doing text categorization using LibSVM. How do you recommend I convert the terms/words to numerical data, so LibSVM can understand it?
Thank you!