Skip to content

Instantly share code, notes, and snippets.

@tos-kamiya
Last active August 29, 2015 14:03
Show Gist options
  • Save tos-kamiya/a087135fa26f9806d5f9 to your computer and use it in GitHub Desktop.
Save tos-kamiya/a087135fa26f9806d5f9 to your computer and use it in GitHub Desktop.
[Ubuntu 14.04 Desktop] Queequeg (English grammar checker) installation
# Download Queequeg from http://queequeg.sourceforge.net/index-e.html
# Unzip it in some directory
$ sudo apt-get install wordnet
$ cd (top directory of Queequeg)
$ make dict WORDNETDICT=/usr/share/wordnet/
# Use queequeg as follows
# $ qq -Wall -t manuscript.tex
# or
# $ qq -Wall sample.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment