/Define

Plugin for Wox that shows definitions of a word

Primary LanguagePythonMIT LicenseMIT

Define

Forgot a meaning of a word? With this plugin for Wox you can easily look up all it's definitions.

Similar to typing 'define' in Google or Google Translate.

Define

Installation

Get Wox

Install necessary components

pip install textblob
python -c "import nltk; nltk.download('wordnet')"

To install the plugin, type in Wox:

wpm install Define

Built using TextBlob and NLTK