Skip to content

Releases: R1j1t/contextualSpellCheck

Allow user specific vocab and minor fix

27 Jul 15:41
1765bd6
Compare
Choose a tag to compare

Following changes in this release:

  1. Allow user specified vocab to identify misspell (#12)
  2. Fix a bug where file read presented issue. Thanks to @gaurav0804 for #11

Fix: token modification by package downstream

13 Jun 13:36
3499393
Compare
Choose a tag to compare

Thanks @mark-fangzhou-xie for pointing out an issue where the token text and position is modified an a downstream process. This affected our custom extension.

As a fix

  • use setter for corrected sentence and not getter (to solve issue with downstream process)
  • raise warning when extension is accessed and the token position/text is modified

Release with better doc and extension

24 May 12:24
999e2d1
Compare
Choose a tag to compare

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!

Corrected default path for vocab

14 May 16:06
Compare
Choose a tag to compare
0.0.4

relative path fix

Initial public release

14 May 13:51
Compare
Choose a tag to compare

This is first release of the package. There is still many tasks left from here!