Left corner parser: Difference between revisions

Content deleted Content added
m cat
Ruud Koot (talk | contribs)
m In computer science, ...; {{comp-sci-stub}}
Line 1:
{{orphan|date=October 2009}}
 
AIn [[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.
 
==References==
Line 7:
 
[[Category:Parsing algorithms]]
 
{{comp-sci-stub}}