-
1. The manuscript refers to transposition as an issue, but Hamming only captures character-by-character differences, not true edit distance (i.e., Levenshtein). In practice, this may not be a huge iss…
-
sentry.io would benefit hugely from improved algorithms for grouping events based on stack traces. I good first step would be to introduce a stack trace similarity metric so stacktraces don't have to …
-
When a user steals a word from another user
-
![image](https://user-images.githubusercontent.com/37326143/52523883-c7c7fe00-2c96-11e9-90ff-837a34a2a8d5.png)
I discovered a way of representing repetitions in music by analysing the lyrics and cr…
-
I ran the standard example and walk through it in the debugger.
```
from jiwer import wer
ground_truth = "hello world"
hypothesis = "hello duck"
error = wer(ground_truth, hypothesis)
```
…
-
When trying to install sqlite-spellfix via pypi, I get the following output:
```
Collecting sqlite-spellfix
Using cached sqlite-spellfix-1.0.tar.gz (27 kB)
Preparing metadata (setup.py): sta…
-
I'm getting this return value from a code action request:
```lua
{ {
error = {
code = -32602,
message = "Failed to deserialize textDocument/codeAction: missing field `range`; {\"r…
-
Levenshtein distance algorithm can't be vectorized.
So the calculation would be very slow in large data.
An idea to speed up is using the cache.
Use the `accumulate` case to show the cache.
``…
-
### Have you completed your first issue?
- [X] I have completed my first issue
### Guidelines
- [X] I have read the guidelines
- [X] I have the link to my latest merged PR
### Latest Merged PR Lin…
-
Hello, and thanks for the excellent addon.
I occasionally find that the scraper is mislead by common words - scraping for Monster (the 00s series) yields episodes of Monster Girl Doctor, Goblin Sla…