A mini library for language detection

Hello All,
I wrote a small library for Language Prediction. This library supports 176 languages and prediction are pretty fast since it is powered by Fasttext.

It can be easily installed by pip install whatthelang

Since it is model based , the prediction of language would be faster than other methods which solely rely on ngrams. Hope somebody finds this useful.

Codebase

7 Likes

Nice! We’ll be covering very related stuff in this course.

2 Likes

Awesome. looking forward to it @jeremy :slight_smile: