awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • isagalaev/highlight.jsisagalaev का अवतार

    isagalaev/highlight.js

    24,937GitHub पर देखें↗

    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
    GitHub पर देखें↗24,937
  • github-linguist/linguistgithub-linguist का अवतार

    github-linguist/linguist

    13,546GitHub पर देखें↗

    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
    GitHub पर देखें↗13,546
  • owo-network/deeplxOwO-Network का अवतार

    OwO-Network/DeepLX

    8,571GitHub पर देखें↗

    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
    GitHub पर देखें↗8,571
  • wooorm/francwooorm का अवतार

    wooorm/franc

    4,407GitHub पर देखें↗

    Franc एक प्राकृतिक भाषा पहचान लाइब्रेरी और कमांड लाइन आइडेंटिफ़ायर है जिसका उपयोग टेक्स्ट नमूने की लिखित भाषा निर्धारित करने के लिए किया जाता है। यह एक सांख्यिकीय भाषा प्रोफाइलर के रूप में कार्य करता है जो वर्ण वितरण का विश्लेषण करके बहुभाषी टेक्स्ट की पहचान और वर्गीकरण करता है। यह टूल एक ट्राइग्राम-आधारित सांख्यिकीय विश्लेषण प्रणाली का उपयोग करता है, जो इनपुट नमूने में तीन-वर्ण अनुक्रमों की आवृत्ति की तुलना संदर्भ प्रोफाइल के साथ करता है। यह इनपुट और इन प्रोफाइल के बीच सांख्यिकीय दूरी की गणना करके संभावित भाषा मिलानों को रैंक करता है, जिससे यह संभावित भाषाओं की एक रैंक की गई सूची वापस कर सकता है। यह प्रोजेक्ट टेक्स्ट विश्लेषण के लिए एक कमांड लाइन इंटरफ़ेस प्रदान करता है और स्वचालित सामग्री वर्गीकरण का समर्थन करता है। यह भाषा-विशिष्ट प्रोफाइल डेटा से पहचान तर्क को अलग करने के लिए मॉड्यूलर भाषा डेटासेट और पूर्व-गणना की गई n-gram तालिकाओं का उपयोग करता है।

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

    JavaScriptclassificationclassifydetect
    GitHub पर देखें↗4,407
  1. Home
  2. Artificial Intelligence & ML
  3. Language Detection Tools
  4. Source Code Language Detectors

सब-टैग एक्सप्लोर करें

  • 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.