Geoffrey Fairchild
Geoffrey Fairchild
> > > @gfairchild Has there been any progress on this issue? I'm still trying to figure out how to get this installed on my local machine. Unfortunately not. I...
I'm seeing similar performance as you: ``` Python 3.7.6 (default, Jan 8 2020, 13:42:34) [Clang 4.0.1 (tags/RELEASE_401/final)] :: Anaconda, Inc. on darwin Type "help", "copyright", "credits" or "license" for more...
I honestly don't really have the time to maintain this library because I'm no longer using it in my research, so I'm admittedly not quite sure why performance is dropping...
Thanks for your patience! I admittedly have never heard of mypy before. I'm familiar with [Python's built-in typing](https://docs.python.org/3/library/typing.html). Can you give me a brief rundown of what all your proposed...
Sorry for the slow responses here! Can you show me some examples of the changes you made? I see your fork [here](https://github.com/xzy3/pyxDamerauLevenshtein), but it looks to be current with the...
Do we actually even need an interface file, though? Can we not just put it directly in [pyxdameraulevenshtein.pyx](https://github.com/gfairchild/pyxDamerauLevenshtein/blob/master/pyxdameraulevenshtein/pyxdameraulevenshtein.pyx)? I haven't tried it myself yet, but [it looks like Cython supports...
Thanks! I look forward to seeing what you discover.
Looks very simple actually! Would you mind creating a PR?
I do like this idea. Let me think on how this would be implemented. Note that I'm quite busy these days at work, so I won't be able to get...
I like that idea a lot, but I unfortunately don't have the time at the moment to implement new features. If you'd like you implement it and submit a pull...