Skip to content

kevinchtsang/common-word-checker

Repository files navigation

Common Word Checker

Shiny app to help check if your text uses the top 1000 most common words. It will highlight the uncommon words in your text. Using the most common words is a method of ensuring that you are able to communicate with a wide audience.

You can use this app on your browser by clicking here.

You can also use this app locally by running the following in R.

install.packages("shiny")
shiny::runGitHub("common-word-checker", "kevinchtsang")

Functions

You can use the toggle to switch between highlighting uncommon words using the stem word or by the actual word. This app makes use of the following packages stringr tokenizers stopwords and shinyWidgets

Stopwords (defined by the stopwords package) are not highlighted.

About

Shiny app to help check if your text uses the top 1000 most common words

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages