2 个仓库
Detects 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.
Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Natural Language Code Detectors. Refine with filters or upvote what's useful.
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.
Franc 是一个自然语言检测库和命令行标识符,用于确定文本样本的书写语言。它作为一个统计语言分析器,通过分析字符分布来识别和分类多语言文本。 该工具采用基于三元组(trigram)的统计分析系统,将输入样本中三个字符序列的频率与参考配置文件进行比较。它通过计算输入与这些配置文件之间的统计距离来对潜在的语言匹配进行排名,从而返回一个可能的语言排名列表。 该项目提供了一个用于文本分析的命令行界面,并支持自动化内容分类。它利用模块化语言数据集和预计算的 n-gram 表将检测逻辑与特定语言的配置文件数据分离开来。
Detects the natural language of text input by analyzing its statistical profile.