livekit-plugins-nltk


Namelivekit-plugins-nltk JSON
Version 0.4.0 PyPI version JSON
download
home_pagehttps://github.com/livekit/agents
SummaryAgent Framework plugin for NLTK-based text processing.
upload_time2024-04-15 20:06:03
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9.0
licenseApache-2.0
keywords webrtc realtime audio video livekit
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # LiveKit Plugins NLTK

Agent Framework plugin for [NLTK](https://www.nltk.org/)-based text processing. Currently featuring a `SentenceTokenizer`.

## Installation

```bash
pip install livekit-plugins-nltk
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/livekit/agents",
    "name": "livekit-plugins-nltk",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9.0",
    "maintainer_email": null,
    "keywords": "webrtc, realtime, audio, video, livekit",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/b9/d1/d1df9c32f0b34b6dafe351512b1d3e117066b8855db79473fc6737471cf6/livekit_plugins_nltk-0.4.0.tar.gz",
    "platform": null,
    "description": "# LiveKit Plugins NLTK\n\nAgent Framework plugin for [NLTK](https://www.nltk.org/)-based text processing. Currently featuring a `SentenceTokenizer`.\n\n## Installation\n\n```bash\npip install livekit-plugins-nltk\n```\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Agent Framework plugin for NLTK-based text processing.",
    "version": "0.4.0",
    "project_urls": {
        "Documentation": "https://docs.livekit.io",
        "Homepage": "https://github.com/livekit/agents",
        "Source": "https://github.com/livekit/agents",
        "Website": "https://livekit.io/"
    },
    "split_keywords": [
        "webrtc",
        " realtime",
        " audio",
        " video",
        " livekit"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a59de4a31ffef6f6db78bf28e8ae37df703d594d1d3e4e1481fe7282e10f2951",
                "md5": "8be46c6988a1d9935083e8a91ef28ad7",
                "sha256": "f751e100fd6b8274c9df52dee8b4179b410b8027d2272f00460d6f4f084d04f1"
            },
            "downloads": -1,
            "filename": "livekit_plugins_nltk-0.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8be46c6988a1d9935083e8a91ef28ad7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 4562,
            "upload_time": "2024-04-15T20:06:02",
            "upload_time_iso_8601": "2024-04-15T20:06:02.199481Z",
            "url": "https://files.pythonhosted.org/packages/a5/9d/e4a31ffef6f6db78bf28e8ae37df703d594d1d3e4e1481fe7282e10f2951/livekit_plugins_nltk-0.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9d1d1df9c32f0b34b6dafe351512b1d3e117066b8855db79473fc6737471cf6",
                "md5": "83d741f3efb04464db28dafbef353a8d",
                "sha256": "5d0b3bda69115e5c9e85e9e369bc19d13b1d36c836a8545839866cc9082ced9d"
            },
            "downloads": -1,
            "filename": "livekit_plugins_nltk-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "83d741f3efb04464db28dafbef353a8d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 3873,
            "upload_time": "2024-04-15T20:06:03",
            "upload_time_iso_8601": "2024-04-15T20:06:03.572563Z",
            "url": "https://files.pythonhosted.org/packages/b9/d1/d1df9c32f0b34b6dafe351512b1d3e117066b8855db79473fc6737471cf6/livekit_plugins_nltk-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-15 20:06:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "livekit",
    "github_project": "agents",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "livekit-plugins-nltk"
}
        
Elapsed time: 0.30383s