Skip to content

Commit

Permalink
create release v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
R1j1t committed Dec 21, 2020
1 parent e8ce8e1 commit 15b30eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ Response:
## Task List

- [ ] Add support for Real Word Error (RWE) (Big Task)
- [ ] Include transformers deTokenizer to get better suggestions
- [ ] edit distance code optimisation
- [ ] add multi mask out capability
- [ ] better candidate generation (maybe by fine tuning the model?)
Expand All @@ -198,6 +197,8 @@ Response:

- [x] specify maximum edit distance for `candidateRanking`
- [x] allow user to specify bert model
- [x] Include transformers deTokenizer to get better suggestions

</p>
</details>

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="contextualSpellCheck",
version="0.3.2",
version="0.3.3",
author="R1j1t",
author_email="[email protected]",
description="Contextual spell correction using BERT (bidirectional representations)",
Expand Down

0 comments on commit 15b30eb

Please sign in to comment.