adicionado suporte ao Ubuntu 16.04. Isso significa que os pacotes do Metaphone foram compilados para PHP 7.0 e PostgreSQL 9.5. Fora isso, não houve alterações no algoritmo.
estão disponíveis os pacotes 64 bits do metaphone, para postgresql 9.1 e php 5.4+, compatíveis com ubuntu 12.10
O metaphone foi atualizado, se adequando ao PHP 5.4+ e PostgreSQL 9.0+
fiz pacotes no formato debian (como distro Debian unstable) e instalou no meu ubuntu. Logo mais irei acertar o launchpad para ter as versões + recentes.
Caros,
estou usando o Launchpad como meio de criar arquivos .deb automaticamente para o Ubuntu.
https://launchpad.net/~carlosjordao/+archive/metaphone
Assim é mais fácil de gerar um arquivo compatível com a versão que as pessoas usem.
bom, com as propensões do sourceforge abandonar o cvs, fiz a mudança do código para o GIT.
link direto é http://metaphoneptbr.git.sourceforge.net/git/gitweb.cgi?p=metaphoneptbr/metaphoneptbr;a=tree
Versão mais recente, com correção devido à checagem com algumas palavras usando X. Aguardem próximos passos.
Ok, after putting this piece of code to work with 60,000 dictionary words, corrected small set of words, added support/convertion to UTF-8 strings (I had problems with the Ç character), now I can set it on production state.
Now I was able to release i386 debian packages for those use 32 bit linux.
Also, resolved few bugs from source that was failing compiling.
There is module implementation for postgreSQL. It's pretty stable (tested on 8.3 amd64 - ubuntu).
Everything compiled withou warnings, installed too. I'm testing with 32.000 names and it have been satisfactory for metakey generation, without any crash until now.
To do it, checkout the CVS version and copy the files from source dir:
$ cp source/*.[hc] postgresql/
$ cd postgresql
$ make
$ sudo make install... read more
That's it. The inital release.
I would just do fine adjusting of the algorithm to make more accurate metphone keys.