Lecturecise 10
Earley Parser
Additional Optional Material on Parsing
Note: much of the material on parsing, including the discussion of priorities, can be viewed as prioritizing certain order of application of rules in CYK parsing to reduce ambiguity or improve the efficiency.
Push Down Automata in Parsing
LR Parser without Lookahead
Nice things about LR Parsing
LR Parsing with Lookahead
Parsing in Prolog
Slides on Prolog from Advanced programming: PrologSlides1, PrologSlides2