Left corner parser: Difference between revisions

Content deleted Content added
Adding short description: "Type of chart parser"
Line 1:
{{Short description|Type of chart parser}}
In [[computer science]], 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.