ovos-utterance-plugin-cancel


Nameovos-utterance-plugin-cancel JSON
Version 0.2.2 PyPI version JSON
download
home_pagehttps://github.com/OpenVoiceOS/ovos-utterance-plugin-cancel
SummaryOpenVoiceOS Utterance Cancel Plugin
upload_time2024-10-16 02:40:43
maintainerNone
docs_urlNone
authorOpenVoiceOS
requires_pythonNone
licenseapache-2.0
keywords
VCS
bugtrack_url
requirements ovos-utils
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Nevermind

plugin to look at the tail end of the transcribed phrase, ignoring the utterance if it ends with "nevermind that" or "cancel it" or "ignore that". 

This is for use case like: `"Hey Mycroft, can you tell me the...ummm...oh, nevermind that"`


## Credits
- [@penrods](https://github.com/MycroftAI/mycroft-core/pull/1274) - original PR in mycroft-core
- [NeonGecko](https://github.com/NeonGeckoCom/neon-utterance-plugin-cancel) - original plugin



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/OpenVoiceOS/ovos-utterance-plugin-cancel",
    "name": "ovos-utterance-plugin-cancel",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "OpenVoiceOS",
    "author_email": "jarbasai@mailfence.com",
    "download_url": "https://files.pythonhosted.org/packages/9d/4a/d988434f19431cd56ed812102f1fba51f166b8be5ee59882bedbf56fc32f/ovos-utterance-plugin-cancel-0.2.2.tar.gz",
    "platform": null,
    "description": "# Nevermind\n\nplugin to look at the tail end of the transcribed phrase, ignoring the utterance if it ends with \"nevermind that\" or \"cancel it\" or \"ignore that\". \n\nThis is for use case like: `\"Hey Mycroft, can you tell me the...ummm...oh, nevermind that\"`\n\n\n## Credits\n- [@penrods](https://github.com/MycroftAI/mycroft-core/pull/1274) - original PR in mycroft-core\n- [NeonGecko](https://github.com/NeonGeckoCom/neon-utterance-plugin-cancel) - original plugin\n\n\n",
    "bugtrack_url": null,
    "license": "apache-2.0",
    "summary": "OpenVoiceOS Utterance Cancel Plugin",
    "version": "0.2.2",
    "project_urls": {
        "Homepage": "https://github.com/OpenVoiceOS/ovos-utterance-plugin-cancel"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "166727503be34c74c163f6730dec22dedd2c5766f852823c08be03e9a5bdae03",
                "md5": "f5a062e230bc3570681fed8fbb07eb3b",
                "sha256": "9c29ab733092d4e979618cfca56f8f90c39a9693bc383c80315166e1382ea5ee"
            },
            "downloads": -1,
            "filename": "ovos_utterance_plugin_cancel-0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f5a062e230bc3570681fed8fbb07eb3b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 11334,
            "upload_time": "2024-10-16T02:40:42",
            "upload_time_iso_8601": "2024-10-16T02:40:42.511740Z",
            "url": "https://files.pythonhosted.org/packages/16/67/27503be34c74c163f6730dec22dedd2c5766f852823c08be03e9a5bdae03/ovos_utterance_plugin_cancel-0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d4ad988434f19431cd56ed812102f1fba51f166b8be5ee59882bedbf56fc32f",
                "md5": "16ce690129d1d4026db1755fc3efd181",
                "sha256": "d2c8db231811dbc372263f7425809585906ad56a44d172ef3fb20eed3081b883"
            },
            "downloads": -1,
            "filename": "ovos-utterance-plugin-cancel-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "16ce690129d1d4026db1755fc3efd181",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 8240,
            "upload_time": "2024-10-16T02:40:43",
            "upload_time_iso_8601": "2024-10-16T02:40:43.926991Z",
            "url": "https://files.pythonhosted.org/packages/9d/4a/d988434f19431cd56ed812102f1fba51f166b8be5ee59882bedbf56fc32f/ovos-utterance-plugin-cancel-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-16 02:40:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OpenVoiceOS",
    "github_project": "ovos-utterance-plugin-cancel",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "ovos-utils",
            "specs": [
                [
                    "<",
                    "1.0.0"
                ],
                [
                    ">=",
                    "0.3.5"
                ]
            ]
        }
    ],
    "lcname": "ovos-utterance-plugin-cancel"
}
        
Elapsed time: 0.55340s