Git Product home page Git Product logo

wox.plugin.edict's Introduction

Easy Dictionary

This repository provides an offline English Dictionary plugin based on Webster's Unabridged English Dictionary for Wox.

Easy Dictionary Plugin is also available on Wox's website.

Medium article detailing about how to develop a Wox plugin with an example of Easy Dictionary. Read the article on Dev.to if you prefer that.

Contributions

  1. Dictionary Data: The dictionary_compact_with_words.json file provides the dictionary content used by the plugin. This dictionary_compact_with_words.json file is a modified form of dictionary_compact.json file sourced from GitHub project WebstersEnglishDictionary that in turn sources the dictionary content from Project Gutenberg's Webster's Unabridged English Dictionary.

  2. Auto Correction: With v2.0.0 onwards Easy Dictionary will auto-correct mis-typed words. Spell.py is used to find most the probable auto-corrected word. Spell.py is sourced from Peter Norvig's website Norvig.com. The file is modified a bit for the current use case.

Installation Instructions

Before installing this plugin, make sure that you have Python3 installed and Python Directory is set in Wox Settings -> General -> Python Directory to the installed Python's path.

Method 1

  • Install using Wox: wpm install Easy Dictionary. Usage Screenshot1

Method 2

  • Drag and Drop the Wox.Plugin.eDict.wox onto the Wox Launcher.
  • To rebuild the above file, run command sh build.sh.

Usage

  • Launch Wox, type ed, give space and start typing the word!
  • auto-corrected shows that the query is auto-corrected.

Usage Screenshot1

Usage Screenshot2

Changelog

Unfortunately didn't maintain history before v2.3.0.

2.3.0

  • Add support for copying the meaning on hitting Enter key. Note that we use pyperclip to provide cross platform copy functionality. So, if copy doesn't work on your platform, have a look at pyperclip GitHub README to see if you would need to install any tool on your system.

wox.plugin.edict's People

Contributors

ashu-tosh-kumar avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

wox.plugin.edict's Issues

Not working

It's not working for me. It shows succesfully installed, but is not showing in plugin list

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.