Skip to content

Shiny viz with Word Association Network of Blog Post from Zsolt Bayer

Notifications You must be signed in to change notification settings

kubikb/bayer-shiny-analysis

Repository files navigation

Word Association Network of Blog Post from Zsolt Bayer

This repo contains the source code of an R Shiny app, which visualizes the word association network of Zsolt Bayer blog posts. To see it working, navigate to https://bayer-shiny-analysis.herokuapp.com/.

Text analysis was executed with tidytext (script also available in the repo) and the bigram association network is visualized with networkD3 for R. Deployment to Heroku happens through the Heroku R buildpack.

The Python scraper that collects the blog posts can be found HERE.

Content

Aptfile

Ubuntu package names to install while deploying to Heroku.

init.R

Installing R dependencies.

run.R

Shiny runApp is invoked.

tm.R

The part where text analysis is done.

app.R

Shiny UI and server functionality lives here.

About

Shiny viz with Word Association Network of Blog Post from Zsolt Bayer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published