Skip to content

Latest commit

 

History

History
50 lines (26 loc) · 2.39 KB

File metadata and controls

50 lines (26 loc) · 2.39 KB
title Materials
layout page
date 2022-03-01

Installation Guide

Before you can actually start programming on your computer, you need to set up the technical environment. Depending on your operating system, the installation procedure may vary. This guide provides step-by-step instructions.

If anything does not work as described, get in touch so that I can help.

Cheatsheet Data Wrangling in Bash

The cheatsheet contains commands relevant for data wrangling task preceding any textual analysis. In addition to common Bash commands, it also features examples of regular expressions (RegEx).

Python Basics

The Jupyter Notebook contains basic Python statements that you need to know before you can make use of the third-party libraries.

{% comment %}

NLP with Python - An example analysis

In this online-hosted notebook, you find many bits to start a powerful analysis based on simple techniques. It is a starters guide to enable social scientists to conduct NLP analysis. The kind of data, the relative simplicity of the methods, and the general approach are in line with social science practices and bring statistics together with the context of documents.

You can execute the code online to get a brief glimpse without bothering with installation.

Binder

{% endcomment %}

Tutorials by Others