<< Prev | - Up - | Next >> |
This lecture consists of two parts. In the first part, we will:
Explain the basic ideas of active chart parsing: active edges, the fundamental rule, and the use of agendas.
Present a simple bottom-up active chart recognition algorithm.
Implement this algorithm in Prolog.
In the second part, we will:
Adapt the general active chart parsing algorithm introduced in the first part to work top-down.
Present an example of the top-down algorithm in action.
<< Prev | - Up - | Next >> |