Orange3-Text


NameOrange3-Text JSON
Version 1.15.0 PyPI version JSON
download
home_pagehttps://github.com/biolab/orange3-text
SummaryOrange3 TextMining add-on.
upload_time2023-11-17 15:13:29
maintainer
docs_urlNone
authorBioinformatics Laboratory, FRI UL
requires_python
license
keywords orange3-text data mining orange3 add-on
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            Orange3 Text
============

Orange add-on for text mining. It provides access to publicly available data,
like NY Times, Twitter and PubMed. Further, it provides tools for preprocessing,
constructing vector spaces (like bag-of-words, topic modeling and word2vec) and
visualizations like word cloud end geo map. All features can be combined with
powerful data mining techniques from the Orange data mining framework.

See [documentation](http://orange3-text.readthedocs.org/).

Features
--------
#### Access to data
* Load a corpus of text documents
* Access publicly available data (The Guardian, NY Times, Twitter, Wikipedia, PubMed)

#### Text analysis
* Preprocess corpus
* Generate bag of words
* Embed documents into vector space
* Perform sentiment analysis
* Detect emotions in tweets
* Discover topics in the text
* Compute document statistics
* Visualize frequent words in the word cloud
* Find words that enrich selected documents

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/biolab/orange3-text",
    "name": "Orange3-Text",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "orange3-text,data mining,orange3 add-on",
    "author": "Bioinformatics Laboratory, FRI UL",
    "author_email": "info@biolab.si",
    "download_url": "https://files.pythonhosted.org/packages/15/10/cf8e92843a0846134abbb3fd7493f9a265f128ff1634c84dd5de54c22a08/Orange3-Text-1.15.0.tar.gz",
    "platform": null,
    "description": "Orange3 Text\n============\n\nOrange add-on for text mining. It provides access to publicly available data,\nlike NY Times, Twitter and PubMed. Further, it provides tools for preprocessing,\nconstructing vector spaces (like bag-of-words, topic modeling and word2vec) and\nvisualizations like word cloud end geo map. All features can be combined with\npowerful data mining techniques from the Orange data mining framework.\n\nSee [documentation](http://orange3-text.readthedocs.org/).\n\nFeatures\n--------\n#### Access to data\n* Load a corpus of text documents\n* Access publicly available data (The Guardian, NY Times, Twitter, Wikipedia, PubMed)\n\n#### Text analysis\n* Preprocess corpus\n* Generate bag of words\n* Embed documents into vector space\n* Perform sentiment analysis\n* Detect emotions in tweets\n* Discover topics in the text\n* Compute document statistics\n* Visualize frequent words in the word cloud\n* Find words that enrich selected documents\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Orange3 TextMining add-on.",
    "version": "1.15.0",
    "project_urls": {
        "Download": "https://github.com/biolab/orange3-text/tarball/1.15.0",
        "Homepage": "https://github.com/biolab/orange3-text"
    },
    "split_keywords": [
        "orange3-text",
        "data mining",
        "orange3 add-on"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "410ac611ac1fa822254d292454b549617d9ad9d5f6a20a51db5565f9fe0f5808",
                "md5": "625055f78933f400bbe5a2b4afb9b2a8",
                "sha256": "27cca810241d2d091ab0723f3b2a5908b5c90b010bf75b1abcab5385cd94b769"
            },
            "downloads": -1,
            "filename": "Orange3_Text-1.15.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "625055f78933f400bbe5a2b4afb9b2a8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 33385866,
            "upload_time": "2023-11-17T15:13:20",
            "upload_time_iso_8601": "2023-11-17T15:13:20.653672Z",
            "url": "https://files.pythonhosted.org/packages/41/0a/c611ac1fa822254d292454b549617d9ad9d5f6a20a51db5565f9fe0f5808/Orange3_Text-1.15.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1510cf8e92843a0846134abbb3fd7493f9a265f128ff1634c84dd5de54c22a08",
                "md5": "d33d7a5acaca8ab69ffacd29446e2759",
                "sha256": "d1cc544856b2f3b178ac079590d4c560fd717ee55923bcb3aa299e51bf867fd1"
            },
            "downloads": -1,
            "filename": "Orange3-Text-1.15.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d33d7a5acaca8ab69ffacd29446e2759",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 42762223,
            "upload_time": "2023-11-17T15:13:29",
            "upload_time_iso_8601": "2023-11-17T15:13:29.881572Z",
            "url": "https://files.pythonhosted.org/packages/15/10/cf8e92843a0846134abbb3fd7493f9a265f128ff1634c84dd5de54c22a08/Orange3-Text-1.15.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-17 15:13:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "biolab",
    "github_project": "orange3-text",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "orange3-text"
}
        
Elapsed time: 0.15401s