An open API service indexing awesome lists of open source software.

https://github.com/romankornev/define

Plugin for Wox that shows definitions of a word
https://github.com/romankornev/define

define definition language meaning nltk plugin synonyms textblob wox wox-plugin

Last synced: about 2 months ago
JSON representation

Plugin for Wox that shows definitions of a word

Awesome Lists containing this project

README

        

# Define
Forgot a meaning of a word? With this plugin for [Wox](http://www.getwox.com/) you can easily look up all it's definitions.

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

![Define](http://i.imgur.com/iBWx020.png)

## Installation
[Get Wox](http://www.getwox.com/)

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](https://textblob.readthedocs.io/en/dev/contributing.html) and [NLTK](http://www.nltk.org/)