ContextualSpellCheck Versions Save

✔️Contextual word checker for better suggestions

v0.4.4

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/R1j1t/contextualSpellCheck/compare/0.4.3...v0.4.4

0.4.3

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/R1j1t/contextualSpellCheck/compare/0.4.2...0.4.3

0.4.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/R1j1t/contextualSpellCheck/compare/v0.4.1...0.4.2

v0.4.1

3 years ago

torch was removed from the setup.py which caused issue for users who did not have torch installed (#55).
PR #56 fixed this issue

Thanks @Tocic for pointing it out.

v0.4.0

3 years ago

This release adds support to spaCy v3!

Check Usage to understand the changes in contextualSpellCheck. To read about spaCy v3 changes: https://spacy.io/usage/v3

Fixes issue #48

A big thanks to @jonmun for the PR #49!!

v0.3.4

3 years ago

bug fix #48 Documentation changes:

  • Bibliography update
  • issue number added in task list
  • minor changes to issue template

v0.3.3

3 years ago

This release fixes bug(#30). Extra changes:

  • setup staleBot
  • converted TODO task to issues
  • setup discussions

Thanks @nicno90 for raising the bug!

v0.3.2

3 years ago

This release

  • fixes #26.
  • improved the code quality by enforcing style consistency (#23).

Thanks @dc-aichara for the PR on flake8 and thanks @nicno90 for pointing out a bug in the package!

Note: Had to yank release v0.3.1 because of debug print statement in production package.

v0.3.0

3 years ago

This release adds following important changes:

  1. Feature addition: Specifying the transformer model This will enable the package to be used on other languages as well for which transformers has a model
  2. Feature addition: specify the maximum edit distance
  3. Update: Vocab loading now happens from the transformers tokenizer. Previously it used a static file (vocab.txt)

A big thanks to @dc-aichara for contributing Feature addition 1 and 2.

v0.2.1

3 years ago

This release specify the core dependency of the project in the setup. This was suggested (#17) and added by @AlvaroCavalcante in #18.