Skip to content

A Python implementation of a Naive-Bayes classifier applied to data from the 20 newsgroups data set.

Notifications You must be signed in to change notification settings

imclab/20-newsgroups

 
 

Repository files navigation

20-newsgroups

A Python implementation of a Naive-Bayes classifier applied to data from the 20 newsgroups data set.

How to run:

python nb-classifier.py --docroot=/path/to/documents --database=/path/to/knowledge/base --stop-list=/path/to/file/with/stop/words

About

A Python implementation of a Naive-Bayes classifier applied to data from the 20 newsgroups data set.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 69.0%
  • C++ 31.0%