Skip to content

Instantly share code, notes, and snippets.

@AnasAlmasri
Created February 13, 2019 01:44
Show Gist options
  • Save AnasAlmasri/f5d82fc79267bb06f1dc886b84b5d448 to your computer and use it in GitHub Desktop.
Save AnasAlmasri/f5d82fc79267bb06f1dc886b84b5d448 to your computer and use it in GitHub Desktop.
naive bayes
NBayesClassifier = nltk.NaiveBayesClassifier.train(trainingFeatures)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment