| << Prev | - Up - | Next >> |
Make sure you thoroughly understand how the top-down recognizer in topdown_recognizer.pl works. Test it with ourEng.pl. You will find examples to cut-and-paste in topdown_recognizer_tests.pl. Compare its performance with the naive bottom-up recognizer from the last section.
Make sure you thoroughly understand how topdown_parser.pl works. Test it with the ourEng.pl You will find examples to cut-and-paste in topdown_parser_tests.pl.
Extend ourEng.pl so that noun phrases may contain adjectives. E.g. the dangerous robber died should be accepted by the grammar.
| << Prev | - Up - | Next >> |