Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 521 Bytes

File metadata and controls

23 lines (15 loc) · 521 Bytes

Writing Smell Detector

A tool for finding problematic writing.

Requirements

Usage

Simple usage:

python wsd.py -o output_file.html your_text_file

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

For advanced usage please refer to python wsd.py --help.