This course consists of 8 tutorials written in R-markdown and further described in this paper.
You can use knitr to create the tutorial sheets as HTML notebooks from the R-markdown source code.
In the /docs
folder, you have access to the rendered tutorials.
Click here for the rendered tutorials.
Clone the repository
git clone https://github.com/tm4ss/tm4ss.github.io.git
Open the Tutorials.Rproj
R-project file and run
rmarkdown::render_site(output_format = "html_document")
This course was created by Gregor Wiedemann and Andreas Niekler. It was freely released under GPLv3 in September 2017. If you use (parts of) it for your own teaching or analysis, please cite
Wiedemann, Gregor; Niekler, Andreas (2017): [Hands-on: a five day text mining course for humanists and social scientists in R](http://ceur-ws.org/Vol-1918/wiedemann.pdf). Proceedings of the 1st Workshop Teaching NLP for Digital Humanities (Teach4DH@GSCL 2017), Berlin.
Bibtex
@inproceedings{WN17,
author = {Gregor Wiedemann and Andreas Niekler},
title = {Hands-On: {A} Five Day Text Mining Course for Humanists and Social Scientists in {R}},
booktitle = {Proceedings of the Workshop on Teaching {NLP} for Digital Humanities
({Teach4DH@GSCL 2017}), Berlin, Germany, September 12, 2017.},
pages = {57--65},
year = {2017},
crossref = {DBLP:conf/gldv/2017teach4dh},
url = {http://ceur-ws.org/Vol-1918/wiedemann.pdf},
}