-
Notifications
You must be signed in to change notification settings - Fork 18
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
[QUESTION] Short sentences in en #24
Comments
Thanks, @loretoparisi, for pointing out the issue I to a conversion is happening due to the casing issue, which I have fixed in the PR. I am currently working to add a noisy channel with the current algo for the spell checker to add much meaningful context. |
@MighTguY thank you. I will try to build the latest PR thanks. where he suggests this word2vec approach: https://blog.usejournal.com/a-simple-spell-checker-built-from-word-vectors-9f28452b6f26?gi=5df44b8031b6 The Jupyter code of this example with common mistakes is here.
|
Hi, @loretoparisi The fix has been done, for the lower case. I have also added the Solr Plugin code to use the symspell lib. |
Hello, I have found this case that seems strange for the input string
"I am the begt spell cherken!"
:I'm getting
compound : a am the best spell cher ken
My setup is the default one:
The text was updated successfully, but these errors were encountered: