Skip to content

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

License

Notifications You must be signed in to change notification settings

utapyngo/WritingSmellDetector

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published