/WritingSmellDetector

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

Primary LanguagePythonOtherNOASSERTION

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.