Skip to content

RomanKornev/Define

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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