-
The Rust [rphonetic](https://github.com/Dalvany/rphonetic) library has a few more phonetic functions like refined soundex and double metaphone. Could jellyfish wrap those functions (or even use all th…
-
The wormhole receive tab completion is great, but some users may not know about tab completion. And some of us have a hard time spelling words like "phoenetic" :) Wonder if it would be useful to do so…
joeyh updated
7 years ago
-
Hello,
I have a question regarding the HiTE.gff file. Does it contain annotations exclusively for transposable elements? Also, in the HiTE.tbl file, it states bases masked: 14933219 bp (18.09%). Do…
-
Thank you for this very nice implementation of soundex!
The link
http://www.codedrome.com/soundex-algorithm-in-javascript/
seem to be broken. Is the page still up?
-
Using Jaro-Winkler or Soundex (or a combination) might lessen friction when you can't remember what name you gave to the credential.
-
Maybe think about using soundex or metaphone.
The geocoder.us source code uses metaphone, might be worth a look.
(Talk to the guys working on extracting Djeocoder from openblock about this, so as not …
-
x3m_soundex_ger.php, Zeile 185:
case 'c':
if ($x + 1 < $wordlen) {
// ...
} else {
--- $code .= "4";
+++ $code .= "8";
…
-
Originally reported by: **Anonymous**
----------------------------------------
I found that calling the soundex() changes the input string to capital. Even creating a deep copy cannot prevent the ch…
-
```
This would be a nice addition. In principle it also works with several other
measures, e.g. GreedyStringTiling on sounds instead of tokens.
This could be further generalized to stems/lemmas etc.…
-
Reported by: **[LindyBalboa](https://github.com/LindyBalboa)**
Date: 2017-09-03T20:38:44Z
Status: Confirmed
Importance: Wishlist
Launchpad Issue: [lp1714823](https://bugs.launchpad.net/bugs/1714823)
…