Call this function to check spelling of a string.
Returns true when the spelling is correct.
The normal cycle of a spell checking is:
1. Check spelling.
2. If incorrect spelling is found then handle it with Ignore or replace.
3. Repeat step one until everything has been handled.
See the example project that comes with the plugin for better reference.