CleanTextKit


NameCleanTextKit JSON
Version 0.1.1 PyPI version JSON
download
home_page
SummaryA preprocessor which performs operations of lowering text, removing special characters and removing stopwords
upload_time2023-08-21 23:43:32
maintainer
docs_urlNone
authorChaitanya Kulkarni
requires_python>=3.6
license
keywords text processing text preprocessing text cleaner
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Text Preprocessor

[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)                 
[![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/)   

## Usage

- Make sure you have Python installed in your system.
- Run Following command in the CMD.
 ```
  pip install CleanTextKit
  ```
## Example

 ```
# test.py
from CleanTextKit import preprocess_text
preprocess_text("I love preprocessing text")
  ```

## Run the following Script.
 ```
  python test.py
 ```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "CleanTextKit",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "text processing,text preprocessing,text cleaner",
    "author": "Chaitanya Kulkarni",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/58/a6/bbde2a89021498b2ba96d04a5d7428301cf91cbe6d8f8429e939ed9ac02a/CleanTextKit-0.1.1.tar.gz",
    "platform": null,
    "description": "# Text Preprocessor\r\n\r\n[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)                 \r\n[![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/)   \r\n\r\n## Usage\r\n\r\n- Make sure you have Python installed in your system.\r\n- Run Following command in the CMD.\r\n ```\r\n  pip install CleanTextKit\r\n  ```\r\n## Example\r\n\r\n ```\r\n# test.py\r\nfrom CleanTextKit import preprocess_text\r\npreprocess_text(\"I love preprocessing text\")\r\n  ```\r\n\r\n## Run the following Script.\r\n ```\r\n  python test.py\r\n ```\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A preprocessor which performs operations of lowering text, removing special characters and removing stopwords",
    "version": "0.1.1",
    "project_urls": null,
    "split_keywords": [
        "text processing",
        "text preprocessing",
        "text cleaner"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ddf8ebc5e18e5641b05666b9970331bbbcbd17216e1814b3564c58b6e33e295e",
                "md5": "859b2add3e3d5892bb3c4bce1c2ebee9",
                "sha256": "0cdd3e72fbc76bc27fcb82f8b3648c3d49431eb518991998ac2b58de7f04a066"
            },
            "downloads": -1,
            "filename": "CleanTextKit-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "859b2add3e3d5892bb3c4bce1c2ebee9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2388,
            "upload_time": "2023-08-21T23:43:30",
            "upload_time_iso_8601": "2023-08-21T23:43:30.039595Z",
            "url": "https://files.pythonhosted.org/packages/dd/f8/ebc5e18e5641b05666b9970331bbbcbd17216e1814b3564c58b6e33e295e/CleanTextKit-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "58a6bbde2a89021498b2ba96d04a5d7428301cf91cbe6d8f8429e939ed9ac02a",
                "md5": "c780615867ff9b23615b6352d7eb9f0b",
                "sha256": "beffa8cfc8c53e5d645785a4ea5016c21fa392c3763e9a93f12c08878c1862c0"
            },
            "downloads": -1,
            "filename": "CleanTextKit-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "c780615867ff9b23615b6352d7eb9f0b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2340,
            "upload_time": "2023-08-21T23:43:32",
            "upload_time_iso_8601": "2023-08-21T23:43:32.135601Z",
            "url": "https://files.pythonhosted.org/packages/58/a6/bbde2a89021498b2ba96d04a5d7428301cf91cbe6d8f8429e939ed9ac02a/CleanTextKit-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-21 23:43:32",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "cleantextkit"
}
        
Elapsed time: 0.10834s