Releases: R1j1t/contextualSpellCheck
Releases · R1j1t/contextualSpellCheck
Fix dependencies
0.4.3
Minor changes in documentation and test
What's Changed
- Cite contextualSpellCheck by @R1j1t in #58
- Improves code highlight by @sobolevn in #63
- Removed optional dependency from requirements.txt by @R1j1t in #65
- Create CITATION.cff by @R1j1t in #66
- update black version by @R1j1t in #74
- Update README.md by @Adheeshk13 in #73
New Contributors
- @sobolevn made their first contribution in #63
- @Adheeshk13 made their first contribution in #73
Full Changelog: v0.4.1...0.4.2
fixed dependency in package
Supporting spaCy v3
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
bug fix & minor documentation updates
bug fix #48
Documentation changes:
- Bibliography update
- issue number added in task list
- minor changes to issue template
fix bug
bug fix & code quality improvement
This release
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
This release adds following important changes:
- Feature addition: Specifying the transformer model
This will enable the package to be used on other languages as well for whichtransformers
has a model - Feature addition: specify the maximum edit distance
- 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
This release specify the core dependency of the project in the setup. This was suggested (#17) and added by @AlvaroCavalcante in #18.