sloria / TextBlob

Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation, and more.
https://textblob.readthedocs.io/
MIT License
9.08k stars 1.13k forks source link

Does Textblob supports non english like german language ?? #326

Closed suryapa1 closed 4 years ago

sloria commented 4 years ago

TextBlob supports English out of the box; support for other languages is provided by third-party packages, e.g. https://github.com/markuskiller/textblob-de

suryapa1 commented 4 years ago

Need suggestion: I could get mix of English and german as input, is it possible to support both languages in one-go. either managing through package?

sloria commented 4 years ago

You'll can use a language detection API such as Google Translate. This is no longer supported within TextBlob itself, but you can use the official Google SDK