Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added lowercased candidates comparison, Damerau distance, Bayesian re… #91

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Fork changes

Added lowercased candidates comparison, Damerau distance, Bayesian reasoning, GPU inference. Exposed top_n candidates parameter instead of the hardcoded number.
As explained in the original <a href="https://github.com/R1j1t/contextualSpellCheck/issues/88/">issue</a>.

fingoldo marked this conversation as resolved.
Show resolved Hide resolved
# spellCheck
<a href="https://github.com/R1j1t/contextualSpellCheck"><img src="https://user-images.githubusercontent.com/22280243/82138959-2852cd00-9842-11ea-918a-49b2a7873ef6.png" width="276" height="120" align="right" /></a>

Expand All @@ -23,11 +28,7 @@ This package currently focuses on Out of Vocabulary (OOV) word or non-word error

## Install

The package can be installed using [pip](https://pypi.org/project/contextualSpellCheck/). You would require python 3.6+

```bash
pip install contextualSpellCheck
```
The fork should be installed from the source. You would require python 3.6+
fingoldo marked this conversation as resolved.
Show resolved Hide resolved

## Usage

Expand Down
Loading