labeled-lda


Namelabeled-lda JSON
Version 0.0.1a0 PyPI version JSON
download
home_page
SummaryA toolkit to perform labeled LDA models
upload_time2023-07-16 06:44:48
maintainer
docs_urlNone
author
requires_python>=3.7
licenseMIT License Copyright (c) 2023 The Python Packaging Authority Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords labeled lda
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Labeled LDA toolkit

A toolkit to perform labeled LDA models

## Installation
```pip
pip install labeled-lda==0.0.1a0
```

## License
This project follows the MIT license.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "labeled-lda",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "Labeled LDA",
    "author": "",
    "author_email": "Donghua Chen <douglaschan@126.com>",
    "download_url": "https://files.pythonhosted.org/packages/c8/61/948231b9c3131aa333fc90ab0eb1c6ba4740d59da92e85b4927b2184ca34/labeled-lda-0.0.1a0.tar.gz",
    "platform": null,
    "description": "# Labeled LDA toolkit\r\n\r\nA toolkit to perform labeled LDA models\r\n\r\n## Installation\r\n```pip\r\npip install labeled-lda==0.0.1a0\r\n```\r\n\r\n## License\r\nThis project follows the MIT license.\r\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 The Python Packaging Authority  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "A toolkit to perform labeled LDA models",
    "version": "0.0.1a0",
    "project_urls": {
        "Bug Reports": "https://github.com/dhchenx/labeled-lda/issues",
        "Homepage": "https://github.com/dhchenx/labeled-lda",
        "Source": "https://github.com/dhchenx/labeled-lda/"
    },
    "split_keywords": [
        "labeled",
        "lda"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c0c8258ac845a42a89d192e519d179d23ceb20e9dee8982df224b250c04c6857",
                "md5": "c14062f8ebe730cb8999e5e622b39f76",
                "sha256": "5d6a0d0426848a877b2903bdb7038521637073256e62ff02a9142fedf8068353"
            },
            "downloads": -1,
            "filename": "labeled_lda-0.0.1a0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c14062f8ebe730cb8999e5e622b39f76",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 14966,
            "upload_time": "2023-07-16T06:44:46",
            "upload_time_iso_8601": "2023-07-16T06:44:46.905062Z",
            "url": "https://files.pythonhosted.org/packages/c0/c8/258ac845a42a89d192e519d179d23ceb20e9dee8982df224b250c04c6857/labeled_lda-0.0.1a0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c861948231b9c3131aa333fc90ab0eb1c6ba4740d59da92e85b4927b2184ca34",
                "md5": "97c4c4faca8eb47fc3475ba69deb3eae",
                "sha256": "487ba59d66aa4b00cd8cf20e18f87a9d1a7914515a5707a37f0479d8dd4b19ca"
            },
            "downloads": -1,
            "filename": "labeled-lda-0.0.1a0.tar.gz",
            "has_sig": false,
            "md5_digest": "97c4c4faca8eb47fc3475ba69deb3eae",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 16693,
            "upload_time": "2023-07-16T06:44:48",
            "upload_time_iso_8601": "2023-07-16T06:44:48.562909Z",
            "url": "https://files.pythonhosted.org/packages/c8/61/948231b9c3131aa333fc90ab0eb1c6ba4740d59da92e85b4927b2184ca34/labeled-lda-0.0.1a0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-16 06:44:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dhchenx",
    "github_project": "labeled-lda",
    "github_not_found": true,
    "lcname": "labeled-lda"
}
        
Elapsed time: 0.08888s