General
Lab Material
Lab 1
Lab 2
Lab 3
Lab 4
Lab 5
Lab 6

Play with a top down recognizer

Make sure you thoroughly understand how the top-down recognizer in todown_recognizer.pl works. You can find an explanetion of the predicates used in it here

Test it with ourEng.pl. You will find examples to cut-and-paste here.

Compare its performance with the naive bottom-up recognizer from the previous exercise.

Back to lab 2.