Yhteystiedot
Yleisen kielitieteen laitos
PL 9 (Siltavuorenpenger 20 A)
00014 Helsingin yliopisto
Puhelinvaihde +358 (09) 1911
Faksi +358 (09) 191 29307
|
|
1. Context-free grammars.
1.1. Theories of grammar.
- Lecture notes
-
Sag & Wasow
Chapter 2: Some Simple Theories of Grammar
(notes,
slides)
- Further reading
-
Noam Chomsky Syntactic Structures (1957)
Chapter 3: An Elementary Linguistic Theory,
Chapter 4: Phrase Structure
1.2. Context-free grammars.
- Lecture notes
- Further reading
- Practical work
-
Copy the very simple
top-down recognizer and
top-down parser (Gazdar & Mellish)
which use only Prolog's built-in backtracking strategy.
Study them in a text editor.
Run them using SICStus Prolog on venus.
- Revision (from clt271)
2. Top-down and bottom-up parsing.
2.1. Parsing: Basics.
- Lecture notes
- Further reading
- Practical work
-
Copy the
sample grammar,
top-down parser
and
bottom-up parser
(Essex).
Study them in a text editor.
Run the top-down parser with the grammar, and trace
the processing of some test sentences.
Then run the bottom-up parser with the same grammar, and trace
the processing of the same sentences.
2.2. Introduction to GramKit.
Assignment 1.
© 2002-2006 Graham Wilcock
|