↧
NLTK Megam (Maximum Entropy) Library on 64-bit Linux
NLTK (Natural Language Toolkit) is a Python library that allows developers and researchers to extract information and annotations from text, and run classification algorithms such as the Naive Bayes or...
View ArticleTesting & Diagnosing a Text Classification Algorithm
To get something going with text (or any) classification algorithm is easy enough, all you need is an algorithm, such as Maximum Entropy or Naive Bayes, an implementation of each is available in many...
View Article