| << Prev | - Up - | Next >> |
Practical session.
Download leftcorner_recognizer.pl , the left-corner recognizer, and ourEng.pl , the English grammar fragment, and make sure that you understand how the left-corner algorithm works.
Write the left-corner table for ourEng.pl .
Now, use ourEng.pl and the left-corner table that you have written to test leftcorner_recognizer_table.pl , the left-corner recognizer using a left-corner table. Make sure that you understand how the left-table is used.
| << Prev | - Up - | Next >> |