M49ICKPIxi3 / Mystify

WordNet and Rhyming for Sublime Text. Part of a set of writing tools for ST. No more online thesauruses or rhymezone!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mystify

WordNet Thesaurus and Rhyming for Sublime Text

Usage

Highlight a word and right click. You can either view Definitions or select a word in one of the submenus to use as a replacement.

mystify

Installation

Navigate to the Packages folder for Sublime Text:

cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages

Clone the repository.

git clone https://github.com/M49ICKPIxi3/mystify.git

From the wn library installation instructions:

pip install wn
python -m wn download oewn:2021

Restart Sublime Text.

Deployment on Package Control is upcoming. Until then, you have to download the repo into the Packages directory. The version of python used to download the WordNet data doesn't matter, you just need to have the data on your machine for Mystify to be able to use it. Interface for additional WordNets also upcoming.

Credits:

WordNet's integration uses wn.

Rhyming feature makes use of pronouncing.

About

WordNet and Rhyming for Sublime Text. Part of a set of writing tools for ST. No more online thesauruses or rhymezone!

License:GNU General Public License v3.0


Languages

Language:Python 100.0%