textstats


Nametextstats JSON
Version 0.1.2 PyPI version JSON
download
home_page
SummaryThis is a Pakcage for Extracting Info from the text.
upload_time2023-03-31 06:52:38
maintainer
docs_urlNone
authorvarun
requires_python>=3.10,<4.0
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            TextStats is the package used for analysis of the text.

TextSats gives out various Information for the text provided to it.
Some of them includes :
1. Line Count
2. Word Count
3. Emoji Count
4. Email Count
5. URL Count
6. Proper Punctuation Count
7. ImProper Punctuation Count

Apart from this it also contains NER model i.e spacy to classify the words into named entities.




            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "textstats",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "varun",
    "author_email": "varunkatiyar819@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/cc/85/90aa92062b3c91f221a6d5e0a43afad7e8668edae5e097802b3b906f8e89/textstats-0.1.2.tar.gz",
    "platform": null,
    "description": "TextStats is the package used for analysis of the text.\n\nTextSats gives out various Information for the text provided to it.\nSome of them includes :\n1. Line Count\n2. Word Count\n3. Emoji Count\n4. Email Count\n5. URL Count\n6. Proper Punctuation Count\n7. ImProper Punctuation Count\n\nApart from this it also contains NER model i.e spacy to classify the words into named entities.\n\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "This is a Pakcage for Extracting Info from the text.",
    "version": "0.1.2",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "936fab0ee135cfdbc5a7171c355d075abd3c9b925bbf17ab430e07558ed237bc",
                "md5": "b1d827724e9db69ba605d299a5796582",
                "sha256": "be45f529bfe379390e7a66891ce066bf69fffd26436ccf5141800a15fd5524eb"
            },
            "downloads": -1,
            "filename": "textstats-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b1d827724e9db69ba605d299a5796582",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 4030,
            "upload_time": "2023-03-31T06:52:36",
            "upload_time_iso_8601": "2023-03-31T06:52:36.483315Z",
            "url": "https://files.pythonhosted.org/packages/93/6f/ab0ee135cfdbc5a7171c355d075abd3c9b925bbf17ab430e07558ed237bc/textstats-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cc8590aa92062b3c91f221a6d5e0a43afad7e8668edae5e097802b3b906f8e89",
                "md5": "527e56132643e9303bdfc67ed9a8a5e5",
                "sha256": "2b1194f014c3fb171e2c6d06db6c354b86870ed5498c85418e15e0af6c4c1547"
            },
            "downloads": -1,
            "filename": "textstats-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "527e56132643e9303bdfc67ed9a8a5e5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 4041,
            "upload_time": "2023-03-31T06:52:38",
            "upload_time_iso_8601": "2023-03-31T06:52:38.195220Z",
            "url": "https://files.pythonhosted.org/packages/cc/85/90aa92062b3c91f221a6d5e0a43afad7e8668edae5e097802b3b906f8e89/textstats-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-31 06:52:38",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "textstats"
}
        
Elapsed time: 0.11620s