TextBlob v0.13.1 Release Notes

Release Date: 2017-11-11 // over 6 years ago
  • 🐛 Bug fixes:

    • Avoid AttributeError when using pattern's sentiment analyzer (:issue:178). Thanks :user:tylerjharden for the catch and patch.
    • Correctly pass format argument to NLTKClassifier.accuracy (:issue:177). Thanks :user:pavelmalai for the catch and patch.