csguy11
csguy11

Reputation: 5357

Best text miner to use with python

I want to use a easy-to-use text miner with my python code. I will be mainly using the classification algorithms - Naive Bayes, KNN and such. Please let me know what's the best option here - Weka? NLTK? SVM? or something else?

Thanks!

Upvotes: 0

Views: 153

Answers (1)

k107
k107

Reputation: 16440

I would go with NLTK since it's written in Python

Upvotes: 2

Related Questions