Content deleted Content added
→References: moved and corrected reference Lang 1994 |
m →Generating a parse tree: typos and clarity in one sentence |
||
Line 78:
==Extensions==
===Generating a parse tree===
The above algorithm is a [[recognizer]] that will only determine if a sentence is in the language. It is simple to extend it into a [[parser]] that also construct a [[parse tree]], by storing parse tree nodes as elements of the array, instead of booleans. Since the parsing process generates also unneeded subtrees that cannot be immediately known as
An alternative formulation employs a second table B[n,n,r] of so-called ''backpointers''.
|