danielmarcelino/SoundexBR: Phonetic-Coding for Portuguese

The SoundexBR package provides an algorithm for decoding names into phonetic codes, as pronounced in Portuguese. The goal is for homophones to be encoded to the same representation so that they can be matched despite minor differences in spelling. The algorithm mainly encodes consonants; a vowel will not be encoded unless it is the first letter. The soundex code resultant consists of a four digits long string composed by one letter followed by three numerical digits: the letter is the first letter of the name, and the digits encode the remaining consonants.

Getting started

Package details

AuthorDaniel Marcelino
MaintainerDaniel Marcelino <dmarcelino@live.com>
LicenseGPL (>= 2)
Version1.2
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("danielmarcelino/SoundexBR")
danielmarcelino/SoundexBR documentation built on May 14, 2019, 4:07 p.m.