项目作者: RomanKornev

项目描述 :
Plugin for Wox that shows definitions of a word
高级语言: Python
项目地址: git://github.com/RomanKornev/Define.git
创建时间: 2016-07-30T19:15:37Z
项目社区:https://github.com/RomanKornev/Define

开源协议:MIT License

下载


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

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

To install the plugin, type in Wox:

  1. wpm install Define

Built using TextBlob and NLTK