Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 667 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 667 Bytes

Text Visualiation at LSE / Imperial College: Why word clouds aren't always stupid

This repository contains the source file for my presentation on text visualization at imperial college. You can view the generated slides here

You need to install corpus-tools and semnet, both of which can be installed directly from github:

if (!require(devtools)) install.packages("devtools")
devtools::install_github("kasperwelbers/corpus-tools")
devtools::install_github("kasperwelbers/semnet")