-
Notifications
You must be signed in to change notification settings - Fork 4
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
Support for multiple tokens? #4
Comments
The code reproduces the C# code, at least the core system. So either there is a bug somewhere or this is a functionality that is in another C# file that hasn't been ported... taking a closer look, I think the Python code is missing this function. Do you have some experience with Python and can you make a pull request? This shouldn't bee too difficult I think (the variables are named in a similar way between the Python and C# codes). |
Does the dictionary without word-freq count works in symspell ? from sympound import sympound from jellyfish import levenshtein_distance distancefun = levenshtein_distance def test(): |
@MukhtarShaima can you please open a separate issue for that? It doesn't look related to this one... |
As far as I can tell, this does not support lookup of sentences?
(This is using the example data and sentence from the official SymSpell.cs repo)
The text was updated successfully, but these errors were encountered: