-
Me dí cuenta que podríamos indexar partes del nombre aplicando el concepto de "soundex". Sería: para el player con nick "M4R4K4$", podemos agregar una variación "normalizada" que sería "marakas" (reem…
-
Het standaard soundex-algoritme is niet ideaal voor Nederlandse namen. Het probleem is niet dat je te veel matches krijgt, maar dat het belangrijke matches mist. *Weinand* en *Wijnand* krijgen verschi…
pebbe updated
3 years ago
-
```
implement SOUNDEX algorithm:
http://en.wikipedia.org/wiki/Soundex
http://www.google.com/codesearch?hl=en&lr=&q=file%3Asoundex.c&btnG=Search
```
Original issue reported on code.google.com by `sou…
-
We currently use the _Russel_ and _Daitch-Mokotoff_ algorithms.
Others may give better results
* https://en.wikipedia.org/wiki/Cologne_phonetics
* Beider-Morse
-
```
implement SOUNDEX algorithm:
http://en.wikipedia.org/wiki/Soundex
http://www.google.com/codesearch?hl=en&lr=&q=file%3Asoundex.c&btnG=Search
```
Original issue reported on code.google.com by `sou…
-
```
implement SOUNDEX algorithm:
http://en.wikipedia.org/wiki/Soundex
http://www.google.com/codesearch?hl=en&lr=&q=file%3Asoundex.c&btnG=Search
```
Original issue reported on code.google.com by `sou…
-
From a discussion during the [WikiTree Day: The Future of Genealogy Discussion Panel II](https://www.youtube.com/watch?v=rFByEQu897Q), look at adding support/display of Soundex encoding.
-
## Detailed description
We want to implement more Thai soundex to PyThaiNLP.
## Context
_List thai soundex algorithm_
- [ ] [A Thai Soundex System for Spelling Correction (or KSS97)](https…
-
-
May need separate stories, but interesting comment:
I ran an identical search this morning for Margaret Kirk in Lanarkshire in both v1 and v2. I used Marg* because of spelling variants and contractio…