Skip to content

emacsattic/wordsmith-mode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:

  • enable via `M-x wordsmith-mode'

  • shortcuts:

    C-c w n : highlight nouns in buffer

    C-c w v : highlight verbs in buffer

    C-c w w : ido menu to pick an attribute to highlight

    C-c w k : disable wordsmith highlighting in buffer

  • currently, you need to manually re-run the command for it to update when the buffer has changed.

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

About

Syntax analysis and NLP text-processing in Emacs (OSX-only)

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Emacs Lisp 100.0%