languagedetector
There are 8 repositories under languagedetector topic.
crodas/LanguageDetector
PHP Class to detect languages from any free text
LlmKira/fast-langdetect
⚡️ 80x faster Fasttext language detection out of the box | Split text by language
DoodleBears/split-lang
✨ Split text by languages (e.g. 你喜欢看アニメ吗 -> 你喜欢看 | アニメ | 吗) for NLP tasks (e.g. parse, TTS). Powered by fasttext and budoux
knowbee/pyrwalang
🗣A fast language detection python package for Ikinyarwanda(Native language of Rwandans)
DoodleBears/langdetect
Port of Google's language-detection library to Python.
karanlohia98/Language-Detection-using-stopwords
10 languages are classified using the stopwords included in the nltk library.
KajaBraz/LanguageDetector
ML model detecting the language of a text based on the Bayesian classification.
kevinniland/Asynchronous-Language-Detection
:mortar_board: 4th year Advanced Object Oriented Programming project. A web-based service capable of identifying the language classification of a submitted body of text. The OutOfPlaceMetric is used to compare the distance i.e. the similarity, of the text and the actual language of the text. A database is built from the subject file and is split into k-mers, which are ranked based on their frequency.