Extensions

TextBlob supports adding custom models and new languages through “extensions”.

Extensions can be installed from the PyPI.

$ pip install textblob-name

where “name” is the name of the package.

Available extensions

Languages

Part-of-speech Taggers

Interested in creating an extension?

See the Contributing guide.