Skip to content

Commit 71c7e58

Browse files
authored
Update index.html
Fix a logical prose error (swapped 'recognizer' and 'parser')
1 parent fafd5ad commit 71c7e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ <h3><a name="algorithm">The Algorithm</a></h3>
206206

207207
<h2><a name="parser">The Parser</a></h2>
208208

209-
<p>To extend the parser to a recognizer, we add a shared packed parse
209+
<p>To extend the recognizer to a parser, we add a shared packed parse
210210
forest (SPPF) node to each Earley item, as described in Elizabeth
211211
Scott's paper <a
212212
href="http://www.sciencedirect.com/science/article/pii/S1571066108001497">SPPF-style

0 commit comments

Comments
 (0)