Open-access materials

Resources

Free tutorials, interactive tools, R scripts, data sets, and course materials  ·  All open-access via LADAL and GitHub

Tutorials

Below are links to tutorials I created for the Language Technology and Data Analysis Laboratory (LADAL).

DATA SCIENCE BASICS

R BASICS

How-to guides:

DATA COLLECTION AND ACQUISITION

How-to guides:

DATA VISUALIZATION

Showcase tutorials:

STATISTICS

Showcase tutorials:

TEXT ANALYTICS / TEXT MINING / CORPUS LINGUISTICS

Showcase tutorials:


Software Development / Programming / Tools

Below are links to interactive browser-based tools I created for LADAL. Each tool is a Jupyter notebook that runs in your browser — no installation required.

  • Concordancing Tool — generates KWIC (keyword-in-context) displays of words or phrases across uploaded texts; results downloadable as Excel or CSV
  • Collocation Tool — calculates association measures (MI, t-score, log-likelihood) to identify phraseological patterns in uploaded texts
  • Keyword Tool — identifies vocabulary that is statistically over- or under-represented in your texts compared to a reference corpus using G², chi-squared, and log-ratio
  • POS Tagging Tool — adds part-of-speech tags to texts in 60+ languages using UDPipe; tagged output downloadable
  • Corpus Cleaning Tool — removes or replaces words, XML/HTML tags, URLs, and other patterns across uploaded text files
  • Network Analysis Tool — builds and visualises word co-occurrence networks from uploaded texts; downloads networks as PNG and tables as Excel or CSV
  • Topic Modelling Tool — generates topic models using LDA and downloads results as an Excel spreadsheet
  • Sentiment Analysis Tool — scores texts for positive/negative polarity and eight basic emotion categories; results downloadable

For Students

General Notes for Students attending my Courses (Merkblatt für Seminare)
You will find a document with general information about my seminars here. Please read this document if you are attending or plan to attend one of my seminars! (last updated 2015/02/16)

Model term paper
You will find a model term paper here. This model term paper includes information about the structure, content, and formatting of term papers. You can also use it as a template and use the formatting within the model. (last updated 2015/04/08)


Back to top