All Projects → vyper → fonetica-sql

vyper / fonetica-sql

Licence: other
BuscaBR algorithm which allow the comparison of words based on their phonetic likeness (in sql)

Programming Languages

PLSQL
303 projects
SQLPL
141 projects
PLpgSQL
1095 projects

Fonetica-SQL

Fonetica-SQL implements the BuscaBR algorithm to match misspelled or ambiguous names at Brazil. This project is fork to http://github.com/sobrinho/fonetica.

Usage

mysql> \. /path/to/mysql-function-foneticalize.sql

mysql> select foneticalize('wagner batista'), foneticalize('vagner baptista');
+--------------------------------+---------------------------------+
| foneticalize('wagner batista') | foneticalize('vagner baptista') |
+--------------------------------+---------------------------------+
| VM BT                          | VM BT                           |
+--------------------------------+---------------------------------+

Project info

Fonetica-SQL is hosted on Github: http://github.com/vyper/fonetica-sql, where your contributions, forkings, comments and feedback are greatly welcomed.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].