-
```
Support on the phonetic level might be a nice addition.
```
Original issue reported on code.google.com by `torsten....@gmail.com` on 11 Jun 2013 at 1:46
-
```
Support on the phonetic level might be a nice addition.
```
Original issue reported on code.google.com by `torsten....@gmail.com` on 11 Jun 2013 at 1:46
-
Hi, I am trying to compiling and install PHP following your instructions but I am running into these errors on "make";
(Sorry, I do not want to upgrade to Yosemite because it is (in my views) not an …
-
other implementations indicate it should be TF
-
http://swoodbridge.com/DoubleMetaPhone/
because php just handle metaphone (v1) ... :/
-
Hello!
I'm trying to use the multi_field type in my mapping without success. I didn't find anything inside FOSElasticaBundle about this.
http://www.elasticsearch.org/guide/en/elasticsearch/reference…
-
When a node is removed or modified from the TextOM inside of an event, future event listeners and parents should no longer continue triggering events. E.g. `Node#remove` should kill all current events…
-
It appears that the Soundex implementation is broken due to two problems:
1. Whitespace in the input causes `Text::Soundex.soundex` to always return `nil`
2. The length of the returned soundex codes i…
-
_From [lar...@gmail.com](https://code.google.com/u/106380900043315593284/) on May 19, 2012 16:22:33_
Looks like Metaphone could be a far better comparator than Soundex, and so worth trying. http://en…
-
`ck` should be encoded as `k`. Currently, it seems to result with `kk`.
Example:
`metaphone('cock')` should result with `KK`, not `KKK`.