Jump to content

Left corner parser: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
SpaceMoose (talk | contribs)
Created page with '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 nam...'
 
SpaceMoose (talk | contribs)
Line 2: Line 2:


==References==
==References==
<ref>[http://cs.union.edu/~striegnk/courses/nlp-with-prolog/html/node53.html Left Corner Parsing]</ref>
[http://cs.union.edu/~striegnk/courses/nlp-with-prolog/html/node53.html Left Corner Parsing]

Revision as of 21:24, 1 October 2009

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