language-identifier
There are 15 repositories under language-identifier topic.
cisnlp/GlotLID
💬 Language Identification with Support for More Than 2000 Labels -- EMNLP 2023
currentslab/fastlangid
fastlangid, the only language identification package that support cantonese (zh-yue), simplified (zh-hans) and traditional chinese (zh-hant)
cisnlp/MaskLID
💬 MaskLID: Code-Switching Language Identification through Iterative Masking -- ACL 2024
loretoparisi/fastLangID
Stand-alone Language Identification for Node.js JavaScript based on FastText
labrijisaad/Language-Identifier-SVM
Language identification script that can detect the language of a given text. Currently supports Swahili, Wolof, French, English, Arabic, and Dyula. Customizable language support.
martin-majlis/YALI
Yet Another Language Identifier
caiselvas/language-identification
An NLP project leveraging character trigrams and smoothing techniques (Lidstone, Linear Discounting, Absolute Discounting) for language identification. Trained on for Spanish, Italian, English, French, Dutch, and German, achieving 99.8932% accuracy. Includes datasets, model parameters, and comprehensive documentation.
bhavuksagar/ML-Geek
It is django based web app from where users can download machine learning projects as well as they can directly run on the website
mohsenim/Language-Identification
Language Identification using Näive Bayes
mojtabasajjadi/NaiveBayesLanguageIdentifier
A method for identifying the language of a given text
Aayushinit/LanguageDetectorApp
Real-time background subtraction using OpenCV + Flask with switchable detection algorithms and stylish frontend
eliangonde/langid
Rust implementation of the langid library for language identification. Easily classify text with a simple API. 🌍🔍
mrshu/ftlid
A small and fast language identification model powered by fastText
ZB3131/mini_language_identifier
A beginner-friendly, NLTK-based language identifier using character n-grams and the WiLI-2018 dataset.