-
As described in #7 metrics like the levenshtein distance only make much sense for langauges like chinese, if there is support for romanisation.
@mrtolkien @lingvisa I opened this new issue to track…
-
There seems to be a problem with GOP None in that the code does not work when GOP is set to None. The code works and gives reasonable results when the GOP is set to -2.5.
-
I found this excellent gem! 💎
It seems like there are a few ruby gems for string matching:
- https://github.com/kiyoka/fuzzy-string-match
- https://github.com/flori/amatch
- https://github.c…
-
**General topic:** questions
**Requires feedback:** yes
**Problem, the bot is supposed to solve:**
In each tag there are common duplicate questions that share *common code*. Oftentimes it is even…
ztane updated
5 years ago
-
This is a sketch of an idea on how to speed up Myers1999 further.
**Observation**
* Myers1999 consists of a series of bitwise operations on 64-bit integers.
* Intuitively, this feels very much …
-
-
**Details**
make `docker start`, `docker stop`, `docker restart`, `docker rm`, `docker logs` and `docker exec` support using part of the container name instead of full name to run.
**Breakdown**…
-
### Related problem
i think it's nice to have things like the following
```
>_ "foo" | encode base64 -c dqwiuo
Error:
× value is not an accepted character set
╭─[entry #15:1:1]
1 │ "foo…
-
The [original algorithm](https://www.forrestthewoods.com/blog/reverse_engineering_sublime_texts_fuzzy_match/) fuzzy matching is based on has a scoring system designed for searching through code, which…
-
**What's the problem this feature will solve?**
Prevent malicious packages being published with typo'ish names
**Describe the solution you'd like**
I'd like to propose an algorithm that blocks ma…