Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vyper/fonetica-sql
BuscaBR algorithm which allow the comparison of words based on their phonetic likeness (in sql)
https://github.com/vyper/fonetica-sql
Last synced: 2 months ago
JSON representation
BuscaBR algorithm which allow the comparison of words based on their phonetic likeness (in sql)
- Host: GitHub
- URL: https://github.com/vyper/fonetica-sql
- Owner: vyper
- Created: 2011-08-17T19:50:51.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2018-04-17T01:49:39.000Z (almost 7 years ago)
- Last Synced: 2024-08-04T04:03:59.924Z (6 months ago)
- Language: PLSQL
- Homepage:
- Size: 5.86 KB
- Stars: 27
- Watchers: 7
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.textile
Awesome Lists containing this project
- starred-awesome - fonetica-sql - BuscaBR algorithm which allow the comparison of words based on their phonetic likeness (in sql) (PLSQL)
README
h1. Fonetica-SQL
Fonetica-SQL implements the "BuscaBR algorithm":http://www.unibratec.com.br/jornadacientifica/diretorio/NOVOB.pdf to match misspelled or ambiguous names at Brazil. This project is fork to "http://github.com/sobrinho/fonetica":http://github.com/sobrinho/fonetica.
h2. Usage
mysql> \. /path/to/mysql-function-foneticalize.sqlmysql> select foneticalize('wagner batista'), foneticalize('vagner baptista');
+--------------------------------+---------------------------------+
| foneticalize('wagner batista') | foneticalize('vagner baptista') |
+--------------------------------+---------------------------------+
| VM BT | VM BT |
+--------------------------------+---------------------------------+h2. Project info
Fonetica-SQL is hosted on Github: "http://github.com/vyper/fonetica-sql":http://github.com/vyper/fonetica-sql, where your contributions, forkings, comments and feedback are greatly welcomed.