Eli

Results 3 comments of Eli

For something like this, we could look into the [langdetect](https://github.com/Mimino666/langdetect) library? If, following along with the above example, @user_a_jp writes a tweet that returns 'en', we would ignore the tweet.

Would you like me to go ahead and create a few functions that make use of the library? @ykdojo

I may have found a possible solution to the above problem by iterating through the Language objects that are returned when calling detect_langs(), and checking to see if any of...