Introduction

This is the web page of the course Data Structures and Algorithms for Computational Lingustics III taught at the Department of Computational Linguistics, University of Tübingen.

This programming course provides an introduction to algorithms and data structures that are commonly used in computational linguistics, such as string distance measures, data structures for approximate string search, finite state automata, and parsing algorithms. The course is driven by assignments where participants implement these algorithms and data structures in small, but practical, applications.

Practical information

Lectures Monday 12:15-13:45, Monday 18:00-19:30, room 0.02
Computer lab Wednesday 14:15-18:00, room 0.01
First Lecture October 22
Lecturers Claus Zinn <claus.zinn@uni-tuebingen.de>
  Çağrı Çöltekin <ccoltekin@sfs.uni-tuebingen.de>
Tutors Marko Lozajic <marko.lozajic@student.uni-tuebingen.de>
  Michael Watkins <michael.watkins@student.uni-tuebingen.de>

Goals

By the end of the course you will be able to:

GitHub registration

To register, and access to some of the course material, you need to complete an introductory assignment. Please do this before Wednesday 24th.

Literature