Navigation

  • index
  • modules |
  • TextBlob 0.16.0 documentation »

All modules for which code is available

  • nltk.chunk.api
  • nltk.classify.decisiontree
  • nltk.classify.maxent
  • nltk.classify.naivebayes
  • nltk.parse.api
  • textblob.base
  • textblob.blob
  • textblob.classifiers
  • textblob.decorators
  • textblob.en.np_extractors
  • textblob.en.parsers
  • textblob.en.sentiments
  • textblob.en.taggers
  • textblob.exceptions
  • textblob.formats
  • textblob.mixins
  • textblob.tokenizers

Logo

TextBlob is a Python (2 and 3) library for processing textual data. It provides a consistent API for diving into common natural language processing (NLP) tasks such as part-of-speech tagging, noun phrase extraction, sentiment analysis, and more.

Useful Links

  • TextBlob @ PyPI
  • TextBlob @ GitHub
  • Issue Tracker

Related Topics

  • Documentation overview

Quick search

© Copyright 2020 Steven Loria.
Fork me on GitHub