Skip to content

App runs a recursive algorithm to compress a sentence and have it still be grammatically correct.

Notifications You must be signed in to change notification settings

willgoldby/Sentence-compressing-app

Repository files navigation

Term Project for 15-112, a computer science class at Carnegie Mellon University

Project name: Prose Style Editor

How to use

  1. Run the GUI2.py file
  2. When the GUI appears, click on the top button titled "Load text." Load a .txt file from your computer.
  3. Once the .txt is loaded, you can change the text's style by clicking on the other buttons. Each button will make changes to text, either by removing unnecessary words, showing where nominalizations are, changing passive voice to active voice, or shortening long sentences.

Necessary libraries

The Prose Style Editor uses the natural language processing library, spaCy, which will need to be pip installed. To use the library, go here: https://spacy.io/usage/

Have fun!

About

App runs a recursive algorithm to compress a sentence and have it still be grammatically correct.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages