Skip to content

Commit

Permalink
Fixed pull request #166
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-zeller committed Sep 27, 2023
1 parent da374f5 commit 2abe1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/Reducer.ipynb
Expand Up @@ -800,7 +800,7 @@
}
},
"source": [
"### A Grammmar-Based Reduction Approach\n",
"### A Grammar-Based Reduction Approach\n",
"\n",
"To reduce inputs with high syntactical complexity, we use another approach: Rather than reducing the input string, we reduce the _tree_ representing its structure. The general idea is to start with a _derivation tree_ coming from parsing the input, and then _substitute subtrees by smaller subtrees of the same type_. These alternate subtrees can either come\n",
"\n",
Expand Down

0 comments on commit 2abe1ec

Please sign in to comment.