TextBlob v0.5.0 Release Notes

Release Date: 2013-08-10 // over 10 years ago
    • ๐ŸŒ Language translation and detection API!
    • โž• Add text.sentiments module. Contains the PatternAnalyzer (default implementation) as well as a NaiveBayesAnalyzer.
    • Part-of-speech tags can be accessed via TextBlob.tags or TextBlob.pos_tags.
    • โž• Add polarity and subjectivity helper properties.