Section Name Description
File Regulations
File Exam from Last Year
Language Models, Algorithms and Data Structures File TA Lecture 1

The language modeling task and statistical language models: n-gram, back-off.

Algorithms, data structures (sequences, tables, trees), pseudocode.

File Exercise 1

Due 2.4.2016.

File Exercise 1 - Solution
File unigram counts
File bigram counts
File trigram counts
Part-of-Speech Tagging and Syntactic Parsing File TA Lecture 2

Parts of speech, POS tagging, lexical counts, transition counts.

Unlabeled bracketing, labeled bracketing, phrase structure trees (constituency parsing), dependency trees.

File Exercise 2
Due 14.5.2016.
File Exercise 2 - Solution
File Penn Treebank Part-of-Speech Tagging Guidelines
File POS lexical counts
File POS transition counts
File Counts in Excel file

These are the same counts as in the text files: unigrams, bigrams, trigrams, pos_lexical and pos_transition.

The different tables are in the different sheets of the file.

Computational Semantics File TA Lecture 3

Treebanks, parsing evaluation, semantic role labeling, PropBank, FrameNet, AMR, UCCA.

File Exercise 3

Due 11.6.2016.

File Exercise 3 - Solution