OpenVoiceOS Utterance Cancel Plugin
Project description
ovos-utterance-plugin-cancel
An OpenVoiceOS utterance transformer plugin that cancels an utterance when the user says a cancel/nevermind phrase at the end.
Example: "Hey Mycroft, can you tell me the weather in… ugh, nevermind that" → utterance is dropped, no skill fires.
Installation
pip install ovos-utterance-plugin-cancel
How it works
The plugin runs before skill matching. It checks whether the utterance tail matches any phrase from locale/<lang>/cancel.intent. On a match, it returns an empty utterance list with context {"canceled": True, "cancel_word": "<phrase>"}.
Language selection is automatic via langcodes.closest_match. Phrases support bracket-expansion syntax (e.g. cancel (it|that)).
Supported languages
ca-ES · da-DK · de-DE · en-US · es-ES · fr-FR · gl-ES · it-IT · nl-NL · pt-BR · pt-PT
To add a language, create ovos_utterance_plugin_cancel/locale/<lang>/cancel.intent with one phrase per line.
Configuration
This plugin is enabled by default in ovos-config alongside the other standard utterance transformers:
"utterance_transformers": {
"ovos-utterance-normalizer": {},
"ovos-utterance-plugin-cancel": {},
"ovos-utterance-corrections-plugin": {}
}
To disable it, add "enable": false to your config:
"utterance_transformers": {
"ovos-utterance-plugin-cancel": {"enable": false}
}
Development
git clone https://github.com/OpenVoiceOS/ovos-utterance-plugin-cancel
cd ovos-utterance-plugin-cancel
uv pip install -e ".[dev]"
uv run pytest test/ -v --cov=ovos_utterance_plugin_cancel
Credits
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ovos_utterance_plugin_cancel-0.2.8.tar.gz.
File metadata
- Download URL: ovos_utterance_plugin_cancel-0.2.8.tar.gz
- Upload date:
- Size: 12.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dbc29e4030ffee627a712ec4117c4dcb0292598f802028a4b40a47c59b770d51
|
|
| MD5 |
e83e043c17aeb64875c05d8049374849
|
|
| BLAKE2b-256 |
3d7cef2583194029d0eb831cc597e0cfdf850ccbdda4a494024839e4f6044cf6
|
File details
Details for the file ovos_utterance_plugin_cancel-0.2.8-py3-none-any.whl.
File metadata
- Download URL: ovos_utterance_plugin_cancel-0.2.8-py3-none-any.whl
- Upload date:
- Size: 13.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca98257c634cf2a96dd2b876aab4de0f104518a72e63f2b3499bdafbf76abda4
|
|
| MD5 |
c47daf63059e1687ee56aca7f531bb1b
|
|
| BLAKE2b-256 |
2c6d0d0f9b52d4145030f4d701d0d3fd0b129b04a1f9ac53584a8de66247db2c
|