Vic Kumar

Results 18 comments of Vic Kumar
trafficstars

`swiftkernel.py` is a file that is in this repo and also copied to the location of where the swift kernel is installed. You probably need to add the location of...

- Possible solution: create a new github repo for Scala 3, i.e. `stringdistance3` that works for more up-to-date versions of the JVM (java 14+) and Scala 3+. - How are...

@FlorianCassayre compiling to 2.12 and even 2.11 might actually be a blocker. this issue: https://github.com/vickumar1981/stringdistance/issues/50, for example, was opened so that you can add this library as a dependency in...

Thinking about this some more, I think we should target version `2.0.0` for Scala 3 and Java 14+. I think bumping to a new major version might be the easiest...

working version from apache commons (written in Java, will need to be converted to Scala): https://android.googlesource.com/platform/external/apache-http/+/refs/heads/lollipop-mr1-wfc-release/src/org/apache/commons/codec/language/DoubleMetaphone.java

@shlomishasho27 though i haven't really tested, i believe it should be thread-safe, b/c the functions don't rely on mutation of the inputs. i.e., it should be ok to call the...

@shlomishasho27 were you able to run the `distance` and `score` functions in separate threads?

As of `1.0.4`, requires Python >= 3.6.

Open question: How to pass event loop into future class? Should a new class be created for using asyncio, an `AsyncFuture`?

@JCzz i'm not sure. i've never used ms polyglot before. try taking a look at this issue: https://github.com/vickumar1981/jupyter-dart-kernel/issues/6 The setup might be similar. Basically, you need to install the kernel...