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
- Host: GitHub
- URL: https://github.com/romankornev/define
- Owner: RomanKornev
- License: mit
- Created: 2016-07-30T19:15:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-30T20:52:10.000Z (over 8 years ago)
- Last Synced: 2025-01-12T15:35:33.415Z (4 months ago)
- Topics: define, definition, language, meaning, nltk, plugin, synonyms, textblob, wox, wox-plugin
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## 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/)