Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 994 Bytes

README.textile

File metadata and controls

22 lines (14 loc) · 994 Bytes

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.