Skip to content

Python code to create a Naive Bayes Classifier with NLTK

Notifications You must be signed in to change notification settings

ren-hoek/Classify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Classify

How to set up a Naive Bayes Classifier using NLTK

  • classify.py provides the functions needed to produce a bagged Naive Bayes classifier
  • clsoccbt.py shows how to classify and then save the classifier as a pickle object
  • useocccls.py is just a simple program to read and use the stored classifer

About

Python code to create a Naive Bayes Classifier with NLTK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages