Updated following:
1. Context changed from `Doc` to `Span` (sentence) in `candidateGenerator` hence `parser` is required
2. `doc._.outcome_spellCheck` extension will now be a getter
3. `doc._.suggestions_spellCheck` is now set during the call to `candidateRanking` and outputs our recommendation
4. Updated `suggestions_spellCheck` response from `{spaCy.Token: List(str)}` to `{spaCy.Token: str}` as `score_spellcheck` extension was also giving similar data
5. `misspellIdentify` updated with new conditions
Some other minors enhancements and fixes!
Thanks all, who downloaded and tried the package, please ⭑ the repo if you like the work!