Left corner parser

This is an old revision of this page, as edited by E. Ripley (talk | contribs) at 21:33, 1 October 2009 (clean up, added uncategorised tag, added orphan tag using AWB). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A left corner parser is a type of chart parser used for parsing context-free grammars. It combines the top-down and bottom-up approaches of parsing. The name derives from the use of the left corner of the grammar's production rules.

References

Left Corner Parsing