lf-text-cleaner


Namelf-text-cleaner JSON
Version 0.0.2 PyPI version JSON
download
home_pageNone
SummaryA simple text cleaning package for preprocessing text data
upload_time2024-10-22 10:09:55
maintainerNone
docs_urlNone
authorAmir Hossein
requires_python>=3.6
licenseNone
keywords text cleaning preprocessing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Text Cleaner

**Text Cleaner** is a Python package designed for preprocessing text data by removing unwanted characters and patterns. It is particularly useful for cleaning text before natural language processing tasks.

## Features

- Remove digits
- Eliminate emojis
- Strip links and hashtags
- Remove mentions
- Clean special characters
- Option to exclude specific words

## Installation

You can install the package using pip:

```bash
pip install text_cleaner

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "lf-text-cleaner",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "text cleaning preprocessing",
    "author": "Amir Hossein",
    "author_email": "ah.gholami2000@gmail.com",
    "download_url": null,
    "platform": null,
    "description": "# Text Cleaner\n\n**Text Cleaner** is a Python package designed for preprocessing text data by removing unwanted characters and patterns. It is particularly useful for cleaning text before natural language processing tasks.\n\n## Features\n\n- Remove digits\n- Eliminate emojis\n- Strip links and hashtags\n- Remove mentions\n- Clean special characters\n- Option to exclude specific words\n\n## Installation\n\nYou can install the package using pip:\n\n```bash\npip install text_cleaner\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A simple text cleaning package for preprocessing text data",
    "version": "0.0.2",
    "project_urls": null,
    "split_keywords": [
        "text",
        "cleaning",
        "preprocessing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "34471d2515f011b7a6f6dd33144ace4198f25578d820fd172c38083960cc1d31",
                "md5": "720aa80bad1b943c71041f17f5902dbe",
                "sha256": "f4f6c8ee7a6cade7a47ff023af052fb6f8cf25fefe05db0161494f3099b91259"
            },
            "downloads": -1,
            "filename": "lf_text_cleaner-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "720aa80bad1b943c71041f17f5902dbe",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2681,
            "upload_time": "2024-10-22T10:09:55",
            "upload_time_iso_8601": "2024-10-22T10:09:55.007657Z",
            "url": "https://files.pythonhosted.org/packages/34/47/1d2515f011b7a6f6dd33144ace4198f25578d820fd172c38083960cc1d31/lf_text_cleaner-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-22 10:09:55",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "lf-text-cleaner"
}
        
Elapsed time: 0.39553s