Skip to content

Tags: R1j1t/contextualSpellCheck

Tags

v0.4.4

Toggle v0.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update release version in setup.py (#96)

0.4.3

Toggle 0.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release verison 0.4.3 (#81)

0.4.2

Toggle 0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md (#73)

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release 0.4.1 (#57)

* release 0.4.1

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support to spaCy v3 (#52)

* Update to spacyv3 (#49)

* Resolved #48 by migrating the code to match the nlp pipeline in spacy v3. See: https://nightly.spacy.io/usage/v3#migrating-add-pipe

* updated tests in contextualSpellCheck.py to match the pipeline in spacy v3

* updated spacy dependency number

* black lint

* Update tests

Co-authored-by: R1j1t <22280243+R1j1t@users.noreply.github.com>

* updated the type check based on PEP 3017

Ref:
- https://stackoverflow.com/a/21384492/7630458
- https://docs.python.org/3/library/typing.html
- https://www.python.org/dev/peps/pep-3107/

* updated README and controller

* reflected changes in examples and other housekeeping

* preparing for release

* removed optional config from README usage

Co-authored-by: jonmun <jonny.munro@hotmail.co.uk>

v0.3.4

Toggle v0.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release 0.3.4 (bug fix #48)

* restricted the package dependency of spacy to <3

- Reported by #48
- This will act as a temporary fix. Permanent fix in #49

* added py 3.9 to github action and updated requirements.txt

* some ci issue occuring when installing mecab-python3

v0.3.3

Toggle v0.3.3's commit message
create release v0.3.3

v0.3.2

Toggle v0.3.2's commit message

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release v0.3.1

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #21 from R1j1t/dev

- updated README to correctly represent the spacy extension response and minor changes
- Added validation is max_edit_dist param and raise ValueError if fails
- update vocab loading from static vocab file to load from transformers model