Skip to content

Releases: R1j1t/contextualSpellCheck

Fix dependencies

18 Oct 08:09
dfca557
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.3...v0.4.4

0.4.3

22 Aug 12:05
60e4856
Compare
Choose a tag to compare
0.4.3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.4.2...0.4.3

Minor changes in documentation and test

08 Aug 08:33
d8e8fa5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...0.4.2

fixed dependency in package

28 Mar 12:17
9939a14
Compare
Choose a tag to compare

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.

Supporting spaCy v3

16 Feb 17:36
5b65bad
Compare
Choose a tag to compare

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!!

bug fix & minor documentation updates

10 Feb 17:01
63003ac
Compare
Choose a tag to compare

bug fix #48
Documentation changes:

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

fix bug

21 Dec 18:40
Compare
Choose a tag to compare

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

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

Thanks @nicno90 for raising the bug!

bug fix & code quality improvement

25 Oct 11:09
Compare
Choose a tag to compare

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.

Specify transformer model

06 Sep 11:42
be9c064
Compare
Choose a tag to compare

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.

Dependency added to setup

23 Aug 18:14
Compare
Choose a tag to compare

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