textanalyzer


Nametextanalyzer JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryTextAnalyzer is a Python package that allows you to quickly and easily understand complex text data.
upload_time2024-07-23 12:36:28
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9.0
licenseApache-2.0
keywords nlu nlp text analysis llm
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # TextAnalyzer
TextAnalyzer helps you to get insights from textual data easily.

### Integration
* huggingface's datasets
* spacy to handle nested data.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "textanalyzer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9.0",
    "maintainer_email": null,
    "keywords": "NLU, NLP, text analysis, LLM",
    "author": null,
    "author_email": "Kim DongWook <kdw4521@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/95/7e/a4b9b280729e1482d260f2f0279890eb62987ed3b80f62a05ecffd92df79/textanalyzer-0.1.1.tar.gz",
    "platform": null,
    "description": "# TextAnalyzer\nTextAnalyzer helps you to get insights from textual data easily.\n\n### Integration\n* huggingface's datasets\n* spacy to handle nested data.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "TextAnalyzer is a Python package that allows you to quickly and easily understand complex text data.",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/DataLama/textanalyzer"
    },
    "split_keywords": [
        "nlu",
        " nlp",
        " text analysis",
        " llm"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e2fbd0fc10a028033a4e7bff4248438ebc3a1663f75b6f49d957afee5b27c842",
                "md5": "42e325d3c1fdc3b4dac11b5936d95403",
                "sha256": "2c69518ed6097205dd9f852136f6e1efa57b2bc34bfaa8c36de0de66f2feabb6"
            },
            "downloads": -1,
            "filename": "textanalyzer-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "42e325d3c1fdc3b4dac11b5936d95403",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 6070,
            "upload_time": "2024-07-23T12:36:27",
            "upload_time_iso_8601": "2024-07-23T12:36:27.487721Z",
            "url": "https://files.pythonhosted.org/packages/e2/fb/d0fc10a028033a4e7bff4248438ebc3a1663f75b6f49d957afee5b27c842/textanalyzer-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "957ea4b9b280729e1482d260f2f0279890eb62987ed3b80f62a05ecffd92df79",
                "md5": "ba3276f8d863014e0f0e2cab11071ef0",
                "sha256": "435dba9917f8717432a4bffb8488b03ca89e2400125829ce79c52d64b75755d2"
            },
            "downloads": -1,
            "filename": "textanalyzer-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ba3276f8d863014e0f0e2cab11071ef0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 5432,
            "upload_time": "2024-07-23T12:36:28",
            "upload_time_iso_8601": "2024-07-23T12:36:28.974247Z",
            "url": "https://files.pythonhosted.org/packages/95/7e/a4b9b280729e1482d260f2f0279890eb62987ed3b80f62a05ecffd92df79/textanalyzer-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-23 12:36:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "DataLama",
    "github_project": "textanalyzer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "textanalyzer"
}
        
Elapsed time: 3.93566s