TextBlob v0.3.7 Release Notes

Release Date: 2013-07-28 // over 10 years ago
    • Every word in a Blob or Sentence is a Word instance which has methods for inflection, e.g word.pluralize() and word.singularize().

    • ⚡️ Updated the np_extractor module. Now has an new implementation, ConllExtractor that uses the Conll2000 chunking corpus. Only works on Py2.