Name | abbrey JSON |
Version |
0.0.3
JSON |
| download |
home_page | |
Summary | Abbreviation decoder |
upload_time | 2023-05-23 04:38:44 |
maintainer | |
docs_url | None |
author | pdd |
requires_python | |
license | MIT |
keywords |
abbreviation
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
### Abbreivation decoder
It's not really smart, but extremely simple.
Example:
```
from abbrey import AbbrDecoder
decoder = AbbrDecoder()
input_string = "He is a good pm"
print(decoder.decode_sentence(input_string))
```
Output:
```
He is a good project manager
```
Raw data
{
"_id": null,
"home_page": "",
"name": "abbrey",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "abbreviation",
"author": "pdd",
"author_email": "dungphamdang99@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/f9/0c/bf2dac4405d7cbd2c62d52c2bf78e68c35e51f40dc8c4a47387bf54a6e84/abbrey-0.0.3.tar.gz",
"platform": null,
"description": "### Abbreivation decoder\nIt's not really smart, but extremely simple.\nExample:\n```\nfrom abbrey import AbbrDecoder\n\ndecoder = AbbrDecoder()\n\ninput_string = \"He is a good pm\"\nprint(decoder.decode_sentence(input_string))\n```\nOutput:\n```\nHe is a good project manager\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Abbreviation decoder",
"version": "0.0.3",
"project_urls": null,
"split_keywords": [
"abbreviation"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b20ab555f74d7b01e2f3a3c4aad3ce4dbdc0104932294c3f07ae6147194f2b48",
"md5": "2c6016b0968cedf1a78d49e9f666fa8f",
"sha256": "412cee8a19c5cfaf65793c0e9103fc2d03651cb5910d54b145ad04ab954648cc"
},
"downloads": -1,
"filename": "abbrey-0.0.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2c6016b0968cedf1a78d49e9f666fa8f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 25261,
"upload_time": "2023-05-23T04:38:42",
"upload_time_iso_8601": "2023-05-23T04:38:42.392973Z",
"url": "https://files.pythonhosted.org/packages/b2/0a/b555f74d7b01e2f3a3c4aad3ce4dbdc0104932294c3f07ae6147194f2b48/abbrey-0.0.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f90cbf2dac4405d7cbd2c62d52c2bf78e68c35e51f40dc8c4a47387bf54a6e84",
"md5": "166be849b05644991cb4f09ad2533602",
"sha256": "5ccb133df307a0b8f4e583c02b389209c69bf12b74226d6be1199f8c0d730e78"
},
"downloads": -1,
"filename": "abbrey-0.0.3.tar.gz",
"has_sig": false,
"md5_digest": "166be849b05644991cb4f09ad2533602",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 25602,
"upload_time": "2023-05-23T04:38:44",
"upload_time_iso_8601": "2023-05-23T04:38:44.425790Z",
"url": "https://files.pythonhosted.org/packages/f9/0c/bf2dac4405d7cbd2c62d52c2bf78e68c35e51f40dc8c4a47387bf54a6e84/abbrey-0.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-05-23 04:38:44",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "abbrey"
}