mmb L
mmb L
I'm sorry, I have yet to look into improving the speed of this port but it's something I plan to do in the future.
1. I have included the documentation in the source code itself. However, I can look into creating a proper documentation for the package. 2. The original code uses [`SuggestionStage`](https://github.com/wolfgarbe/SymSpell/blob/master/SymSpell/SymSpell.cs#L576) to...
@kakaroto I tried implementing SuggestionStage (not pushed), but it turned out taking longer than the current code. I assume it is because preallocating memory doesn't work with python
@kakaroto i have created a [new branch](https://github.com/mammothb/symspellpy/tree/dev-suggestionstage) with an initial implementation of SuggestionStage
@kakaroto any updates on the patch? I could implement the suggested improvement if you're busy with other things
@kakaroto I think it's fine to just reject the old version and have the users manually create a new version themselves.