-
str1 = 'AB1010'
str2 = '1010AB'
ratio' result --> 0.6666, that means there are 4 steps(2 delete, 2 insert),(12-4)/12;
editops' result --> [('replace', 0, 0), ('replace', 1,…
-
The standard Levenshtein ANML file in ANMLZoo (_24_20x3.1chip.anml_) only reports on the final character of a string, even though it indicates in the name that it should have an edit distance of d=3.
…
-
![image](https://user-images.githubusercontent.com/45132429/146761067-8f7c1b65-d294-4a6b-9bd9-45b9243cf67d.png)
Example: For strings `"abc"` and `"dac"`, `get_matching_blocks()` gives `(2, 2, 1), (…
ghost updated
2 years ago
-
Thanks for maintaining this excellent library. I am currently contributing to the rust clone of this. I have a few queries.
1. In the following upcoming change. Can you elaborate on how the pigeon …
-
Pagefind does not currently provide a spellcheck, to keep the network resource size down. Proposal:
- Identify high-value unique words on the site
- Add those words into the metadata index
- Prov…
-
In case of "cannot find package" or "undefined" errors, perhaps we should suggest typo fix solutions?
The basic idea is to look for all allowed names in that position with the minimum levenshtein dis…
-
Determine a quick, accurate way of matching addresses across multiple datasets.
This library seems like a potentially useful start: https://github.com/jjensenmike/python-streetaddress
From Forest:
F…
-
Running as a test, I noticed it was grabbing live, instrumental etc copies of songs.
Just wondering if it would be possible to somehow filter it so it grabs non-pirate full songs, official videos etc…
-
```
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…
-
```
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…