TextBlob v0.11.0 Release Notes

Release Date: 2015-11-01 // over 8 years ago
  • ๐Ÿ”„ Changes:

    • ๐Ÿ‘ Compatible with nltk>=3.1. NLTK versions < 3.1 are no longer supported.
    • ๐Ÿ”„ Change default tagger to NLTKTagger (uses NLTK's averaged perceptron tagger).
    • โœ… Tested on Python 3.5.

    ๐Ÿ› Bug fixes:

    • ๐Ÿ›  Fix singularization of a number of words. Thanks :user:jonmcoe.
    • ๐Ÿ›  Fix spelling correction when nltk>=3.1 is installed (:issue:99). Thanks :user:shubham12101 for reporting.