Recent Releases of contextualspellcheck

contextualspellcheck - Fix dependencies

What's Changed

  • updated GitHub action's runner OS by @R1j1t in https://github.com/R1j1t/contextualSpellCheck/pull/95
  • Update setup.py by @adkiem in https://github.com/R1j1t/contextualSpellCheck/pull/92
  • update release version in setup.py by @R1j1t in https://github.com/R1j1t/contextualSpellCheck/pull/96

New Contributors

  • @adkiem made their first contribution in https://github.com/R1j1t/contextualSpellCheck/pull/92

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

- Python
Published by R1j1t over 2 years ago

contextualspellcheck - 0.4.3

What's Changed

  • Use editdistance 0.6.0 (closes #79) by @tpanza in https://github.com/R1j1t/contextualSpellCheck/pull/80

New Contributors

  • @tpanza made their first contribution in https://github.com/R1j1t/contextualSpellCheck/pull/80

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

- Python
Published by R1j1t almost 4 years ago

contextualspellcheck - Minor changes in documentation and test

What's Changed

  • Cite contextualSpellCheck by @R1j1t in https://github.com/R1j1t/contextualSpellCheck/pull/58
  • Improves code highlight by @sobolevn in https://github.com/R1j1t/contextualSpellCheck/pull/63
  • Removed optional dependency from requirements.txt by @R1j1t in https://github.com/R1j1t/contextualSpellCheck/pull/65
  • Create CITATION.cff by @R1j1t in https://github.com/R1j1t/contextualSpellCheck/pull/66
  • update black version by @R1j1t in https://github.com/R1j1t/contextualSpellCheck/pull/74
  • Update README.md by @Adheeshk13 in https://github.com/R1j1t/contextualSpellCheck/pull/73

New Contributors

  • @sobolevn made their first contribution in https://github.com/R1j1t/contextualSpellCheck/pull/63
  • @Adheeshk13 made their first contribution in https://github.com/R1j1t/contextualSpellCheck/pull/73

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

- Python
Published by R1j1t almost 4 years ago

contextualspellcheck - fixed dependency in package

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.

- Python
Published by R1j1t about 5 years ago

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

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

- Python
Published by R1j1t over 5 years ago

contextualspellcheck - bug fix & minor documentation updates

bug fix #48 Documentation changes: - Bibliography update - issue number added in task list - minor changes to issue template

- Python
Published by R1j1t over 5 years ago

contextualspellcheck - fix bug

This release fixes bug(#30). Extra changes: - setup staleBot - converted TODO task to issues - setup discussions

Thanks @nicno90 for raising the bug!

- Python
Published by R1j1t over 5 years ago

contextualspellcheck - bug fix & code quality improvement

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.

- Python
Published by R1j1t over 5 years ago

contextualspellcheck - Specify transformer model

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.

- Python
Published by R1j1t over 5 years ago

contextualspellcheck - 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.

- Python
Published by R1j1t almost 6 years ago

contextualspellcheck - Allow user specific vocab and minor fix

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

- Python
Published by R1j1t almost 6 years ago

contextualspellcheck - Fix: token modification by package downstream

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

- Python
Published by R1j1t almost 6 years ago

contextualspellcheck - Release with better doc and extension

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!

- Python
Published by R1j1t about 6 years ago

contextualspellcheck - Corrected default path for vocab

- Python
Published by R1j1t about 6 years ago

contextualspellcheck - Initial public release

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

- Python
Published by R1j1t about 6 years ago