language-identifier

There are 15 repositories under language-identifier topic.

  • cisnlp/GlotLID

    💬 Language Identification with Support for More Than 2000 Labels -- EMNLP 2023

    Language:Python1606410
  • currentslab/fastlangid

    fastlangid, the only language identification package that support cantonese (zh-yue), simplified (zh-hans) and traditional chinese (zh-hant)

    Language:Python40448
  • cisnlp/MaskLID

    💬 MaskLID: Code-Switching Language Identification through Iterative Masking -- ACL 2024

    Language:Python10802
  • loretoparisi/fastLangID

    Stand-alone Language Identification for Node.js JavaScript based on FastText

    Language:JavaScript7211
  • 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.

    Language:Jupyter Notebook4100
  • martin-majlis/YALI

    Yet Another Language Identifier

    Language:Perl3110
  • 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.

    Language:Jupyter Notebook2130
  • 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

    Language:HTML0002
  • mohsenim/Language-Identification

    Language Identification using Näive Bayes

    Language:Java0100
  • mojtabasajjadi/NaiveBayesLanguageIdentifier

    A method for identifying the language of a given text

    Language:Python0100
  • Aayushinit/LanguageDetectorApp

    Real-time background subtraction using OpenCV + Flask with switchable detection algorithms and stylish frontend

    Language:HTML00
  • eliangonde/langid

    Rust implementation of the langid library for language identification. Easily classify text with a simple API. 🌍🔍

    Language:Rust
  • mrshu/ftlid

    A small and fast language identification model powered by fastText

    Language:Python20
  • ZB3131/mini_language_identifier

    A beginner-friendly, NLTK-based language identifier using character n-grams and the WiLI-2018 dataset.

    Language:Python