-
Hi,
Can I create a pull request to include TextBrew string matching algorithm which is quite similar to Edit Distance but works quite well for matching abbreviations or short-hands for words (http://…
-
The damerau_levenshtein_distance method returns an error. A google search did not return any solutions.
Thanks.
> > > jellyfish.damerau_levenshtein_distance('Pop Country', 'Country Pop')
> > > Trace…
-
```
Вот этот
(https://code.google.com/r/mamontovdp-mariabirvg-formallangs/source/browse/block
s/formal_langs/tests/test_best_string_pairs.php) тест не
работает. Новые исправления применял, он
все р…
-
Migrated from [rt.perl.org#119763](https://rt-archive.perl.org/perl6/Ticket/Display.html?id=119763) (status was 'resolved')
Searchable as RT119763$
-
- Voir l'algorithme de damerau levenshtein pour la recherche en français
- Faire attention aux caractères spéciaux pour la recherche avec des accents, c cédille etc voir http://jolicode.github.io/elas…
-
pip install -e .; python -c "import jellyfish; print jellyfish.damerau_levenshtein_distance(u'test', u'test')"
crashes w/ a MemoryError
initial debugging points to the malloc((len1+2)) \* c…
-
I'm trying to run a local instance of Sequell to analyze my offline games. In order to build all the environment it needs I wrote step by step the following Dockerfile:
``` dockerfile
FROM phusion/ba…
-
```
this is our first time getting listings from multiple providers
```
Original issue reported on code.google.com by `adam.sah` on 10 May 2009 at 1:40
-
I'm getting an index out of range error on a specific combination of two strings that is hard to reproduce with other string pairs. I've tried quickly to debug it, but I just can't wrap my head around…
-
In file damerau_levenshtein.c, the function is calculating wrong(OSA) distance.