π Bug fixes:
395).
Thanks :user:sudoguy for the patch.π Features:
chain.from_iterable in _text.py
to improve runtime and memory usage (:pr:333). Thanks :user:cool-RR for the PR.Other changes:
ctypes (:pr:354). Thanks :user:casatir.π Deprecations:
TextBlob.translate() and TextBlob.detect_language are deprecated. Use the official Google Translate API instead (:issue:215).Other changes:
nltk<3.5 on Python 2 (:issue:315).π Bug fixes:
Word string type after pos_tags is not a str
(:pr:255). Thanks :user:roman-y-korolev for the patch.π Bug fixes:
RuntimeError when executing methods that
delegate to pattern.en (:issue:230). Thanks :user:vvaezian
for the report and thanks :user:danong for the fix.WordList that modified the list in-place by
removing the internal _collection variable (:pr:235). Thanks
:user:jammmo for the PR.π Bug fixes:
lemmatize
to prevent MissingCorpusError (:issue:160). Thanks
:user:jschnurr.π Features:
TextBlob.sentiment_assessments property which exposes pattern's
sentiment assessments (:issue:170). Thanks :user:jeffakolb.π Features:
167). Thanks
:user:jschnurr for the PR.π Bug fixes:
178). Thanks :user:tylerjharden for the catch and patch.format argument to NLTKClassifier.accuracy
(:issue:177). Thanks :user:pavelmalai for the catch and patch.π Features:
NaiveBayesClassifier (:issue:63, :issue:77,
:issue:123). Thanks :user:jcalbert for the PR.