sloria / TextBlob

Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation, and more.
https://textblob.readthedocs.io/
MIT License
9.02k stars 1.13k forks source link

Errors occurred when using Naive Bayes for sentiment classification #411

Open yaoysyao opened 2 years ago

yaoysyao commented 2 years ago
  1. As the question, when I use the Bayesian classifier for emotion classification, due to the excessive amount of data, when the amount of data exceeds 10,000, it will be automatically killed by the system, and there is no problem when the amount of data is not large image

  2. How do you save a trained naïve Bayes model?