Detmar Meurers: Introduction to Computational Linguistics
I
Winter 2004, LING684.01
Syllabus with links to slides, exercises, and code (appearing
as the course progresses):
- Tue, 6. Jan.: Organizational meeting (syllabus)
- Thu, 8. Jan.: Finite state machines and regular
languages (slides, exercise sheet 1)
- Tue, 13. Jan.: Implementing finite state machines and
learning Prolog along the way (slides)
- Thu, 15. Jan.: continued (exercise sheet 2)
- Tue, 20. Jan.: Towards more complex grammar formalisms:
Basic formal language theory (slides)
- Thu, 22. Jan.: More on Prolog
- Tue, 27. Jan.: From context free grammars to definite
clause grammars (slides, exercise sheet 3)
- Thu, 29. Jan.: What to encode in a grammar: A DCG for
English (slides)
- Tue, 3. Feb.: How to process with a grammar: Intro to
Parsing (slides, "animated" 1up version, exercise sheet 4, ex4.pl)
- Thu, 5. Feb.: Intro to Parsing (continued)
- Tue, 10. Feb.: Towards more efficient parsing algorithms (pdf, "animated" 1up version)
- Thu, 12. Feb.: Remembering sub-results: Well-formed
substring tables (CYK algorithm) (slides, "animated" 1up version)
- Tue, 17. Feb.: CYK continued
- Thu, 19. Feb.: From well-formed substring tables to
active charts (Earley algorithm) (slides)
- Tue, 24. Feb.:
Chart-Parsing with an Agenda (exercise sheet 5)
- Thu, 26. Feb.: Chart-Parsing with complex categories
-
- This course reader,
which is intended as a basic guideline on the material covered in this
course, is a modified version of the module workbook for ``Techniques
in Natural Language Processing 1'' by Chris Mellish, Pete Whitelock
and Graeme Ritchie, 1994, Department of Artificial Intelligence,
University of Edinburgh. I would like to thank them for permitting me
to adapt their material for this course.
-
Links to manuals and related information
- Unix
- Grep for Linguists (by Stuart Robinson)
- Prolog Manuals:
- Some on-line introductions to Prolog:
For questions or comments regarding this page, please contact: Detmar Meurers
Last modified: Tue Feb 17 14:25:27 EST 2004