This release is a pre-release and may not be stable for production use.
ovos-skill-wordnet
WordNet skill for OpenVoiceOS. It adds a voice interface on top of ovos-wordnet-plugin, which handles all WordNet lookups, intent detection, and translation.
The skill supports three answer modes:
- Explicit intent handles utterances that name WordNet directly (for example, "ask wordnet about dog"). These always go to this skill. The plugin's built-in intent parser detects the relation type (definition, antonym, hypernym, and more) and returns a spoken-language response.
- Common Query handles dictionary-style questions through the OVOS Common Query pipeline. It competes with other knowledge skills and returns confidence 0.6 for definition matches.
- Fallback catches utterances that no other skill answers. The fallback handler intercepts utterances that match
WordnetQuery.voc(dictionary and thesaurus keywords) and queries the plugin for an answer before OVOS says "I don't know".
Installation
pip install ovos-skill-wordnet
No API key is required. WordNet data downloads automatically on first use (about 30-60 MB for English) and stays cached locally. When no native gloss is available, the system translation plugin translates non-English definitions.
Answer modes
Explicit intent
These always route to this skill because they name WordNet explicitly:
- "Ask wordnet about dog"
- "Search word net for happy"
- "What does wordnet say about bank?"
The plugin detects which relation was asked (definition, antonym, hypernym, hyponym, holonym, lemma) and returns a natural-language response.
Common Query pipeline
When the Common Query pipeline plugin is active, this skill competes against other knowledge skills (for example, Wolfram Alpha or Wikipedia). Any bare definition query can win:
- "What is a dog?"
- "What does melancholy mean?"
Fallback
The fallback handler registers at priority 90. It only intercepts utterances that contain dictionary or thesaurus keywords (definition, antonym, synonym, meaning, opposite, hypernym, hyponym, and more). All other utterances pass through immediately, so unrelated fallbacks stay unaffected.
Supported languages
The skill supports 31 languages. Definitions are native for English (Open English WordNet 2024) and German (ODENet). All other languages use OMW 1.4 lemmas. Where a native definition is unavailable, the configured OVOS translation plugin translates the English definition.
| BCP-47 | Language |
|---|---|
ar |
Arabic |
bg |
Bulgarian |
ca |
Catalan |
cmn |
Mandarin Chinese |
da |
Danish |
de |
German |
el |
Greek |
en |
English |
es |
Spanish |
eu |
Basque |
fi |
Finnish |
fr |
French |
gl |
Galician |
he |
Hebrew |
hr |
Croatian |
id |
Indonesian |
is |
Icelandic |
it |
Italian |
ja |
Japanese |
lt |
Lithuanian |
nb |
Norwegian Bokmål |
nl |
Dutch |
nn |
Norwegian Nynorsk |
pl |
Polish |
pt |
Portuguese |
ro |
Romanian |
sk |
Slovak |
sl |
Slovenian |
sv |
Swedish |
th |
Thai |
zsm |
Standard Malay |
Related projects
- OpenVoiceOS/ovos-wordnet-plugin does the WordNet lookups, intent detection, and translation that this skill exposes as a voice interface.
- OpenVoiceOS/ovos-common-query-pipeline-plugin routes dictionary-style questions to this skill and other knowledge skills.
License
Apache 2.0. See LICENSE.
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_skill_wordnet-0.6.2a2.tar.gz.
File metadata
- Download URL: ovos_skill_wordnet-0.6.2a2.tar.gz
- Upload date:
- Size: 21.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae3a610d7eff30692554ff9d5dbf023e3b9fa18d99d8beb79d46b792998460ba
|
|
| MD5 |
e538d0b6fba13fed985f00d710f308e2
|
|
| BLAKE2b-256 |
37f9567854012df2c7c2ea49e1634b5bce793d011a91496c6880b4f0fea363fd
|
File details
Details for the file ovos_skill_wordnet-0.6.2a2-py3-none-any.whl.
File metadata
- Download URL: ovos_skill_wordnet-0.6.2a2-py3-none-any.whl
- Upload date:
- Size: 40.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2384114def3d509ed3056524f32203c7d275adc11668f67083520f21df6972bf
|
|
| MD5 |
c7399abc754cc95370ce116693c29845
|
|
| BLAKE2b-256 |
c7866cb72635cc65ab2e34fdd661db1a4922829b4c0ed71000bbe516c2d90417
|