-
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…
-
Hi,
Would it be possible to modify the error message in the case of enum type?
In case of a value not in the list of allowed possibilities, I would like to be able to embed suggestions in the erro…
-
```
It's possible to generate a Levenshtein automaton in O(n), and to run
comparison with another string in O(n), for a fixed max edit distance.
This paper has more info:
http://citeseerx.ist.psu.…
-
For anyone interested in playing more with fees.
Basically we'll want to use something like [Damerau–Levenshtein distance](https://en.wikipedia.org/wiki/Damerau%E2%80%93Levenshtein_distance) such t…
huumn updated
10 months ago
-
What is the recommended practice for OCR typos that come from say poor kerning? Examples below.
mformation --> information
wntmg --> writing
The problem I have is that SymSpell `lookup_compound…
-
There are several ways to compute the distance between two arrays, each with its unique characteristics and use cases. The most common ones include:
**Euclidean Distance**: This is probably the mos…
-
```
It's possible to generate a Levenshtein automaton in O(n), and to run
comparison with another string in O(n), for a fixed max edit distance.
This paper has more info:
http://citeseerx.ist.psu.…
-
@ngmarchant the Levenshtein distance can be implemented using only two rows for `dmat`, instead of using a square matrix. That could significantly reduce memory usage when comparing long sequences (40…
-
It would be nice if Pursuit could automatically suggest alternative search keywords when the search failed due to typos.
Inputting `mayba` shows
```
Did you mean `maybe`?
```
instead of
```
No res…
-
```
Current UI seems to issue the cluster command when the Method value is changed.
When I change the method from key collision to nearest neighbor, the
application immediately runs a nearest neigh…