Building a Basic Grammar Checker

Review the steps to create a basic grammar checker.

We'll cover the following...

Creating the full corrector

Now that we have written both parts to our grammar corrector, let’s create a master function that ...