University of Maryland, College Park


CMSC 723: Computational Linguistics I (Fall 2009): Syllabus

Note: All readings are to be completed before class. J&M refers to the Jurafsky and Martin textbook.

# Date Topic Assignment Due Details
19/2 Introduction to NLP   [show]
19/2

Introduction to NLP

Readings (complete before class)

Topics

  • Administrivia
  • Semester plan
  • Overview of NLP
  • Overview of statistical NLP

Material

[Hide]
29/9 Nuts and Bolt   [show]
29/9

Nuts and Bolt

Readings (complete before class)

Topics

  • Introduction to Python and NLTK

Material

  • Lecture slides: PDF (3.9 MB)
  • Data to "name that bill!" exercise: 1, 2
[Hide]
39/16 Words: finite-state morphology Assignment #1 [show]
39/16

Words: finite-state morphology

Assignment #1 due at the beginning of class.

Readings (complete before class)

  • Chapter 2 of J&M: "Regular Expressions and Automata"
  • Chapter 3 of J&M: "Words and Transducers"

Topics

  • Regular expressions
  • Finite state automata
  • Finite state transducers
  • Overview of morphological processes
  • Computational morphology

Material

[Hide]
49/23 Words: part-of-speech tagging [show]
49/23

Words: part-of-speech tagging

Readings (complete before class)

  • Chapter 5 (Sections 5.1-5.4 and 5.6) of J&M: "Part-of-Speech tagging"

Topics

  • Parts of speech
  • Part-of-speech tagging
  • Rule-based approaches
  • Transformation-based learning

Material

[Hide]
59/30 Words: hidden Markov models (HMMs) Assignment #2 [show]
59/30

Words: hidden Markov models (HMMs)

Assignment #2 due at the beginning of class.

Readings (complete before class)

  • Chapter 5 (Section 5.5) of J&M: "Part-of-Speech tagging"
  • Chapter 6 (Sections 6.1-6.5) of J&M: "Hidden Markov and Maximum Entropy Models"

Topics

  • Hidden Markov models (HMMs)
  • Viterbi decoding
  • Expectation-maximization and HMM training

Material

  • Lecture slides (with solutions): PowerPoint (582 KB), PDF (636 KB)
  • Handout: PowerPoint (155 KB)
  • Note: ufortunately, PDF exports of these slides are not readable due to the quality of some of the images; please print directly from PowerPoint sources.
[Hide]
610/7 Structure: syntax and context-free grammars   [show]
610/7

Structure: syntax and context-free grammars

Readings (complete before class)

  • Chapter 12 of J&M: "Formal Grammars of English"

Topics

  • Context-free grammar (CFG)
  • Grammars for English
  • Treebanks
  • Dependency grammars

Material

[Hide]
710/14 Structure: syntactic parsing with CFGs Assignment #3 [show]
710/14

Structure: syntactic parsing with CFGs

Assignment #3 due at the beginning of class.

Readings (complete before class)

  • Chapter 13 of J&M: "Syntactic Parsing"

Topics

  • Top-down and bottom-up parsing
  • CKY parsing
  • Earley parsing

Material

[Hide]
810/21 Midterm
810/21 [Hide]
910/28 Structure (sort of): n-gram language models [show]
910/28

Structure (sort of): n-gram language models

Readings (complete before class)

  • Chapter 4 (Sections 4.1-4.7; 4.9.1) of J&M: "N-Grams"

Topics

  • N-gram language models

Material

[Hide]
1011/4 Meaning: semantic similarity Assignment #4 [show]
1011/4

Meaning: semantic similarity

Assignment #4 due at the beginning of class.

Readings (complete before class)

  • Chapter 19 of J&M: "Lexical Semantics"
  • Chapter 20 (Sections 20.1-20.5) of J&M: "Computational Lexical Semantics"

Topics

  • Lexical semantic relations
  • WordNet
  • Semantic similarity/distance

Material

[Hide]
1111/11 Meaning: word sense disambiguation [show]
1111/11

Meaning: word sense disambiguation

Readings (complete before class)

  • Chapter 20 (Sections 20.6-20.9) of J&M: "Computational Lexical Semantics"

Topics

  • Word sense disambiguation
  • Shallow semantics

Material

[Hide]
1211/18 MapReduce and Data Intensive NLP Assignment #5 [show]
1211/18

MapReduce and Data Intensive NLP

Assignment #5 due on 11/23.

Readings (complete before class)

Topics

  • Introduction to MapReduce
  • MapReduce algorithm design
  • Language modeling with MapReduce

Material

[Hide]
1312/2 Applications 1: Information Retrieval   [show]
1312/2

Applications 1: Information Retrieval

Guest lecture by Ken Church

Readings (complete before class)

Topics

  • Information retrieval
  • Latent-Semantic indexing
  • Web search

Material

[Hide]
1412/9 Applications 2: Recognition, Transduction, etc. [show]
1412/9

Applications 2: Recognition, Transduction, etc.

Readings (complete before class)

Topics

  • Recognition, transduction, etc.
  • Noisy channel model

Material

[Hide]
1512/16 Final Exam    

Back to main page


This page, first created: 03 Aug 2009; last updated: Valid XHTML 1.0! Valid CSS!