istib / wordsmith-mode

prose syntax analysis in emacs
GNU General Public License v3.0
52 stars 5 forks source link

Syntax analysis - Emacs minor mode

This Emacs packages provides syntax highlighting (nouns, verb, adverbs...) in English text.

It is a wrapper around the OSX program syn, which itself leverages functionality of MacOSX's natural language processing tools and takes inspiration from iA Writer Pro.

Usage:

Installation

Install syn first (requires OSX 10.7+) via shell:

curl -Ls https://github.com/stephencelis/syn/releases/download/v0.2.1/syn > syn && chmod 755 syn && mv syn /usr/local/bin

Then install the wordsmith Emacs package using melpa:

M-x package-install RET wordsmith-mode RET

Screencast

mini-screencast