Skip to content

KAI-Data-Exploitation/Text-Functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Text-Functions

A series of example functions for working with text data in R. These are a good starting point but in practice are likely to need a little tweaking.

text-functions.R

Example R functions that:

  • Import data
  • Clean the data (remove punctuation, lemmatise the words, etc.
  • Visualise the data (wordclouds, bigram networks, word association networks, etc.
  • Perform topic modelling and explore the resulting topics

dashboard.Rmd

Example dashboard that incorporates the functions above (applied to the text of Jane Austen's Emma produced using the flexdashboard package. The resulting dashboard can be found here:

https://kai-data-exploitation.github.io/Text-Functions/dashboard.html

About

Example R functions to process text data and an example dashboard to display the results.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published