| 释义 |
parse treenoun LinguisticsA diagrammatic representation of the parsed structure of a sentence or string.Given a grammar, a parsing strategy's required space is the maximum necessitated by an enumeration that the strategy designates for a parse tree of the grammar....- Each unit of memory is enough space for one node of a parse tree.
- The structured sentence understood like this is referred to as a parse tree, the root being the abstract sentence and the leaves being the words themselves.
|