{"id":21215781,"url":"https://github.com/adadalshabab/word-correction-using-textblob-package","last_synced_at":"2025-08-01T00:35:07.192Z","repository":{"id":202857579,"uuid":"708292425","full_name":"AdadAlShabab/Word-Correction-Using-TextBlob-Package","owner":"AdadAlShabab","description":"Python's TextBlob package is used for word correction.","archived":false,"fork":false,"pushed_at":"2023-11-08T15:03:59.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T16:34:43.655Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AdadAlShabab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-10-22T05:28:19.000Z","updated_at":"2023-10-22T05:28:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"3c29da59-e4c2-4c3e-80c8-54fbe6ea4649","html_url":"https://github.com/AdadAlShabab/Word-Correction-Using-TextBlob-Package","commit_stats":null,"previous_names":["adadalshabab/word-correction-using-textblob-package"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdadAlShabab%2FWord-Correction-Using-TextBlob-Package","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdadAlShabab%2FWord-Correction-Using-TextBlob-Package/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdadAlShabab%2FWord-Correction-Using-TextBlob-Package/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdadAlShabab%2FWord-Correction-Using-TextBlob-Package/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AdadAlShabab","download_url":"https://codeload.github.com/AdadAlShabab/Word-Correction-Using-TextBlob-Package/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243666792,"owners_count":20327907,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-20T21:45:10.865Z","updated_at":"2025-03-15T00:28:53.667Z","avatar_url":"https://github.com/AdadAlShabab.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Word Correction using Python's TextBlob Package\n\n## Introduction\n\nThis repository contains a Python script that demonstrates how to perform word correction and text processing using the TextBlob package. TextBlob is a simple and powerful Python library for processing textual data. It provides a convenient API for diving into common natural language processing (NLP) tasks, including spell correction, sentiment analysis, and more.\n\nIn this script, we focus on word correction, where we input a text with possible spelling mistakes, and TextBlob will attempt to correct these mistakes automatically.\n\n## Prerequisites\n\nBefore running the script in this repository, you will need to have the following installed:\n\n- Python 3 (https://www.python.org/downloads/)\n- TextBlob package (install using `pip install textblob`)\n- nltk corpora (install using `python -m textblob.download_corpora`)\n\n## Getting Started\n\n1. Clone this repository to your local machine using the following command:\n\n   ```bash\n   git clone https://github.com/AdadAlShabab/Word-Correction-Using-TextBlob-Package.git\n   ```\n\n2. Navigate to the project directory:\n\n3. Install the required Python packages:\n\n   ```bash\n   pip install textblob\n   python -m textblob.download_corpora\n   ```\n\n4. Run the `word_correction.py` script to see TextBlob in action:\n\n   ```bash\n   python textblob.py\n   ```\n\n## Example\n\nFor example, if you have the following text:\n\n```\nEcam\n```\n\nThe script will correct it to:\n\n```\nExam\n```\n\n## Acknowledgments\n\n- [TextBlob](https://textblob.readthedocs.io/en/dev/) - The Python library used for word correction and text processing.\n\nFeel free to explore, modify, and extend this script for your own NLP tasks. If you encounter any issues or have suggestions for improvements, please create an issue or a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadadalshabab%2Fword-correction-using-textblob-package","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadadalshabab%2Fword-correction-using-textblob-package","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadadalshabab%2Fword-correction-using-textblob-package/lists"}