# Installation
`pip install ShortLanguageDetection`
# Usage
```py
import ShortLanguageDetection
detection = ShortLanguageDetection.Detector() # reliable_min=0.5 in arguments for less wrong detection.
print(detection.detect('text'))
# ('en', True)
```
# Project
This language detector is used by interaction bot to detect the language of message sent by user.
It has for objective to improve the language indentification for this type of message.
# Medium Post
https://medium.com/@jourdelune863/improving-language-detection-for-chat-discord-b148dfacc2e5
# Contribute
You can make pr or join this server for speaking about this detector: https://discord.gg/G8BjAV9hgg.
Raw data
{
"_id": null,
"home_page": "https://github.com/Interaction-Bot/LanguageDetection/",
"name": "ShortLanguageDetection",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "language, detection, nlp, identification, short",
"author": "Jourdelune",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/b4/84/8677caf9e3906dee7e916ae1f4f370d9944f927e8324bb195fcf237b0d2e/ShortLanguageDetection-0.0.10.tar.gz",
"platform": null,
"description": "# Installation\n\n`pip install ShortLanguageDetection`\n\n# Usage\n\n```py\nimport ShortLanguageDetection\n\ndetection = ShortLanguageDetection.Detector() # reliable_min=0.5 in arguments for less wrong detection.\nprint(detection.detect('text'))\n# ('en', True)\n```\n\n# Project\n\nThis language detector is used by interaction bot to detect the language of message sent by user.\nIt has for objective to improve the language indentification for this type of message.\n\n# Medium Post\n\nhttps://medium.com/@jourdelune863/improving-language-detection-for-chat-discord-b148dfacc2e5\n\n# Contribute\n\nYou can make pr or join this server for speaking about this detector: https://discord.gg/G8BjAV9hgg.\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A language detector for short string or chat.",
"version": "0.0.10",
"project_urls": {
"Homepage": "https://github.com/Interaction-Bot/LanguageDetection/"
},
"split_keywords": [
"language",
" detection",
" nlp",
" identification",
" short"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b4848677caf9e3906dee7e916ae1f4f370d9944f927e8324bb195fcf237b0d2e",
"md5": "3317b04a4404ceea761809d9ee1d1dee",
"sha256": "a3d9fa3d2d5dc0e680c350e978ccdb3293124802d243f361862ca7dd94b28e31"
},
"downloads": -1,
"filename": "ShortLanguageDetection-0.0.10.tar.gz",
"has_sig": false,
"md5_digest": "3317b04a4404ceea761809d9ee1d1dee",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2259,
"upload_time": "2024-10-04T09:27:44",
"upload_time_iso_8601": "2024-10-04T09:27:44.302531Z",
"url": "https://files.pythonhosted.org/packages/b4/84/8677caf9e3906dee7e916ae1f4f370d9944f927e8324bb195fcf237b0d2e/ShortLanguageDetection-0.0.10.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-04 09:27:44",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Interaction-Bot",
"github_project": "LanguageDetection",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "shortlanguagedetection"
}