|
|
|
Yet Another Language Detection Library in Python
|
|
1 points
by whiletruelearn
3156 days ago
|
|
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 whatlang` Since it is model based , the prediction of language would be faster than other methods which rely on just ngrams. Hope somebody finds this useful. Code : https://github.com/whiletruelearn/whatlang |
|