awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesSource Code Language Detectors

Libraries designed to identify the programming language of source code files.

Distinct from Language Detection Tools: Focuses on source code identification, distinct from general text language detection.

Explore 4 awesome GitHub repositories matching artificial intelligence & ml · Source Code Language Detectors. Refine with filters or upvote what's useful.

Awesome Source Code Language Detectors GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • isagalaev/highlight.jsAvatar von isagalaev

    isagalaev/highlight.js

    24,937Auf GitHub ansehen↗

    highlight.js is a JavaScript syntax highlighter and client-side code formatter that transforms plain text source code into highlighted HTML for web display. It provides syntax highlighting across a wide variety of programming languages. The library includes an automatic language detector that identifies the programming language of a code block to apply the correct highlighting rules without manual tagging. It is designed for web worker compatibility, allowing the highlighting process to run in background threads to prevent the browser interface from freezing during the processing of large vol

    Acts as a specialized library designed to identify the programming language of source code blocks.

    JavaScript
    Auf GitHub ansehen↗24,937
  • github-linguist/linguistAvatar von github-linguist

    github-linguist/linguist

    13,546Auf GitHub ansehen↗

    Linguist is a programming language detection library designed to identify the languages used within source code files and software repositories. It functions as a repository metadata classifier, providing the automated analysis necessary to generate language statistics and insights for version control platforms. The tool employs a strategy-based detection pipeline that combines multiple identification methods to ensure accuracy. It utilizes heuristic-based pattern matching for file extensions and filenames, supplemented by regex-driven content analysis and Bayesian statistical classification

    Identifies the language of source code files by analyzing extensions, filenames, and content patterns.

    Rubylanguage-grammarslanguage-statisticslinguistic
    Auf GitHub ansehen↗13,546
  • owo-network/deeplxAvatar von OwO-Network

    OwO-Network/DeepLX

    8,571Auf GitHub ansehen↗

    DeepLX is a self-hosted translation API server that provides free access to DeepL translation services without requiring a paid API token or account. It functions as a token-free proxy, enabling programmatic text translation between languages through a single HTTP endpoint. The server accepts JSON-based requests with source and target language parameters, supporting automatic source language detection and validation of language codes. It processes each translation request independently in a stateless manner, and offers optional bearer token authentication to restrict access to authorized clie

    Provides automatic source language detection for translation requests using standard language codes.

    Gobobplugindeepl
    Auf GitHub ansehen↗8,571
  • wooorm/francAvatar von wooorm

    wooorm/franc

    4,407Auf GitHub ansehen↗

    Franc ist eine Bibliothek zur Erkennung natürlicher Sprachen und ein Befehlszeilen-Identifikator, der verwendet wird, um die geschriebene Sprache einer Textprobe zu bestimmen. Es fungiert als statistischer Sprachprofiler, der mehrsprachigen Text durch die Analyse von Zeichenverteilungen identifiziert und klassifiziert. Das Tool verwendet ein Trigram-basiertes statistisches Analysesystem, das die Häufigkeit von Drei-Zeichen-Sequenzen in einer Eingabeprobe mit Referenzprofilen vergleicht. Es ordnet potenzielle Sprachübereinstimmungen durch die Berechnung der statistischen Distanz zwischen der Eingabe und diesen Profilen und ermöglicht so die Rückgabe einer Rangliste wahrscheinlicher Sprachen. Das Projekt bietet eine Befehlszeilenschnittstelle für Textanalyse und unterstützt automatisierte Inhaltsklassifizierung. Es nutzt modulare Sprachdatensätze und vorberechnete N-Gramm-Tabellen, um die Erkennungslogik von sprachspezifischen Profildaten zu trennen.

    Detects the natural language of text input by analyzing its statistical profile.

    JavaScriptclassificationclassifydetect
    Auf GitHub ansehen↗4,407
  1. Home
  2. Artificial Intelligence & ML
  3. Language Detection Tools
  4. Source Code Language Detectors

Unter-Tags erkunden

  • Natural Language Code DetectorsDetects the natural language of text input and validates it against a list of permitted language codes. **Distinct from Source Code Language Detectors:** Distinct from Source Code Language Detectors: focuses on natural language detection for translation, not programming language identification.