rivertext


Namerivertext JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/dccuchile/rivertext
SummaryA Library for Training and Evaluating Incremental Word Embeddings from Text Data Streams
upload_time2023-02-05 22:07:26
maintainer
docs_urlNone
authorGabriel Iturra
requires_python
licenseMIT
keywords word-embedding incremental-learning streaming-data
VCS
bugtrack_url
requirements nltk numpy river scikit_learn scipy torch tqdm
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/dccuchile/rivertext",
    "name": "rivertext",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "word-embedding,incremental-learning,streaming-data",
    "author": "Gabriel Iturra",
    "author_email": "gabrieliturrab@ug.uchile.cl",
    "download_url": "https://files.pythonhosted.org/packages/6c/3c/9aac7e4c167a197e1ce03b4750d279c005d1aeaceb4f10778c9d4af1e100/rivertext-0.0.1.tar.gz",
    "platform": null,
    "description": "",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Library for Training and Evaluating Incremental Word Embeddings from Text Data Streams",
    "version": "0.0.1",
    "split_keywords": [
        "word-embedding",
        "incremental-learning",
        "streaming-data"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6c3c9aac7e4c167a197e1ce03b4750d279c005d1aeaceb4f10778c9d4af1e100",
                "md5": "778f14d026e181008da2aab92bfa8641",
                "sha256": "890765504c87539f234f29a7d57782cc4ae5f659aed714cdc6fab2a1fba7acb5"
            },
            "downloads": -1,
            "filename": "rivertext-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "778f14d026e181008da2aab92bfa8641",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3920,
            "upload_time": "2023-02-05T22:07:26",
            "upload_time_iso_8601": "2023-02-05T22:07:26.125695Z",
            "url": "https://files.pythonhosted.org/packages/6c/3c/9aac7e4c167a197e1ce03b4750d279c005d1aeaceb4f10778c9d4af1e100/rivertext-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-05 22:07:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "dccuchile",
    "github_project": "rivertext",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "nltk",
            "specs": [
                [
                    "==",
                    "3.7"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "==",
                    "1.22.3"
                ]
            ]
        },
        {
            "name": "river",
            "specs": [
                [
                    "==",
                    "0.11.1"
                ]
            ]
        },
        {
            "name": "scikit_learn",
            "specs": [
                [
                    "==",
                    "1.2.1"
                ]
            ]
        },
        {
            "name": "scipy",
            "specs": [
                [
                    "==",
                    "1.10.0"
                ]
            ]
        },
        {
            "name": "torch",
            "specs": [
                [
                    "==",
                    "1.13.1"
                ]
            ]
        },
        {
            "name": "tqdm",
            "specs": [
                [
                    "==",
                    "4.49.0"
                ]
            ]
        }
    ],
    "lcname": "rivertext"
}
        
Elapsed time: 0.05800s