-
- 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…
-
```
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 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…
-
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.
-
Corregido en 3 horas
Vista sugerida: http://chanchandrue.net/themes/srikandi/v2/form-component.html (Usar esos formualarios de preferencia)
y esta vista para listar los resultados de la busqueda:
http…
shk33 updated
9 years ago
-
日本語と英語が混じってる時はどうしよう〜
-
Since npm 2.0, pre-releases are not accepted by default.
This means, for example, we can't install any module depending on yours, unless it has declared a very explicit dependency to "0.1.0-2".
This…
-
would be really useful to have a function which calculates the % match between the two given strings. It would tell user how similar the strings are in the form of a %.