WritingSmellDetector icon indicating copy to clipboard operation
WritingSmellDetector copied to clipboard

Writing Smell Detector is a tool to help find problems in your writing

Writing Smell Detector

A tool for finding problematic writing.

Requirements

Installation

CLone the repository onto your local machine, change into that directory and run:

sudo python setup.py install 

You can also just launch wsd.py from the directory without doing an installation.

Usage

Simple usage (following installation):

wsd -o output_file.html your_text_file

This will try to process your text with all rules and will output the result into an html file.

If you did not install it, you can run it via:

python wsd.py --o output_file.html your_text_file 

For advanced usage please refer to wsd --help.