Sven Pedersen

Results 5 comments of Sven Pedersen

Thank you for this -- tools like this, as @danijel3 said, are quite necessary both for linguistic research and for building the latest neural text to speech + ASR models...

Do you know how you want to do this data-structure wise? I'm thinking we could be adding the different region levels while looking up the info for region codes. I've...

OK, this is not a priority for me so I'll hold off for now. Thanks!

[Authenticated Compojure API](https://github.com/JarrodCTaylor/authenticated-compojure-api) is an example that works pretty well using Buddy with HTTP Basic and JWT (token) auth. You could build on that or direct people to it. We...

There is an implementation of [Damerau-Levenshtein in Python](https://github.com/gfairchild/pyxDamerauLevenshtein) already.