Skip to content

Release with better doc and extension

Compare
Choose a tag to compare
@R1j1t R1j1t released this 24 May 12:24
· 90 commits to master since this release
999e2d1

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!