top down (sentence parsing)

Terms from Artificial Intelligence: humans at the heart of algorithms

Top-down sentance parsing starts with the top-level sentance in a grammar and then seeks to match the sentance trying each possible expansion, moving downwards to the indivdiual words. This is similar to recursive descent parsers for programming languages.

Used in Chap. 13: page 192