aflueckiger / KED2023

The ABC of Computational Text Analysis. BA Seminar, Spring 2023, University of Lucerne

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KED2023

This repository contains all the material for the following course that I teach at the University of Lucerne:

Seminar Kleines Einmaleins des Digitalen - Computergestützte Textanalyse: Universität Luzern, 2023

The course is a gentle introduction to computational methods with a focus on text analysis. The audience are BA students of social sciences with backgrounds in various disciplines (sociology, political science, cultural studies, etc.)

Check out the official course website: https://aflueckiger.github.io/KED2023/.

If you're in the class

To get a local copy of the slides and material used in this course, you can simply clone this repository:

git clone https://github.com/aflueckiger/KED2023.git

For anyone else

I'm open-sourcing the course material as I deeply believe in sharing ideas to come up with new and better ones. Feel free to reuse any of the content since the repository has a CC license. If you do so, however, please let me know. I am genuinely interested in which context you are using the material.

Installation

pip install poetry
git clone https://github.com/aflueckiger/KED2023.git
cd KED2023
poetry config virtualenvs.in-project true
poetry install

Acknowledgements

As always, people stand on the shoulders of others. So do I. I am especially grateful for:

  • the plentiful resources by Kieran Healy that draw me into the world of Markdown.
  • a dataset of speeches given by Swiss Federal Councilors on the Swiss National Day. Simon Schmid (journalist Republik), with the collaboration of Prof. Andreas Kley (Faculty of Law, UZH), collected many of these speeches and kindly shared the resulting dataset with me. The collection comprises 166 speeches, which is a multiple of the publicly available here.

About

The ABC of Computational Text Analysis. BA Seminar, Spring 2023, University of Lucerne

License:Creative Commons Zero v1.0 Universal


Languages

Language:HTML 74.9%Language:Jupyter Notebook 24.2%Language:Python 0.3%Language:Shell 0.3%Language:SCSS 0.2%Language:Lua 0.1%