Section | Name | Description |
---|---|---|
Language Models, Algorithms and Data Structures | The language modeling task and statistical language models: n-gram, back-off. Algorithms, data structures (sequences, tables, trees), pseudocode. |
|
Due 2.4.2016. |
||
Part-of-Speech Tagging and Syntactic Parsing | Parts of speech, POS tagging, lexical counts, transition counts. Unlabeled bracketing, labeled bracketing, phrase structure trees (constituency parsing), dependency trees. |
|
Due 14.5.2016. |
||
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 | Treebanks, parsing evaluation, semantic role labeling, PropBank, FrameNet, AMR, UCCA. |
|
Due 11.6.2016. |
||