contextualSpellCheck
contextualSpellCheck copied to clipboard
Added lowercased candidates comparison, Damerau distance, Bayesian re…
…asoning, GPU inference. Exposed top_n candidates parameter instead of the hardcoded number.
Description
- Issue this PR address?
- Any other information you think is relevant
Checklist
- [ ] Added and/or updated the test (not required for documentation changes)
- [ ] My changes don't require a change to the documentation, or if they do, I've added all required information
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Can you also rebase your branch to pull some recent changes?
I have fixed the test pipelines, so post rebase with main the pipeline can check for current behavior. I would like to contribute to your branch, so please let me know if there is any change I can own.
I have fixed the test pipelines, so post rebase with
mainthe pipeline can check for current behavior. I would like to contribute to your branch, so please let me know if there is any change I can own.
Sure, but I'm not very experienced with git. How exactly should I proceed?
No worries, can you try to follow: https://stackoverflow.com/a/54036195/7630458? The idea is to incorporate recently merged changes to your PR as well.
Sorry for the delay, I think I did what's needed, could you check, please?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.