Skip to content

tkonopka/writingstats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Writing Stats

Writing Stats is a web app to aid writing. The homepage is here.

Features

  • Load text from local files or URLs.
  • Isolate and display problem sentences and paragraphs.
  • Automatically remove latex and knitr components from the analysis, i.e. focus on natural language components of the input text.
  • Perform analysis on sections of large documents using %start% and %end% tags.
  • Save revised changes using a file download.

See the about page for a user's guide.

Development

The app is written in javascript. The code is split into parts:

  • ws.js - core functions for manipulating strings (paragraphs, sentences, etc.)
  • ws-web.js - logic for running the web page UI
  • ws-plot.js - graphics.

The test folder contains unit tests for the core library (ws.js). See the README in the test folder for additional details.

Acknowledgments