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.
Version: | 1.2 |
Depends: | R (≥ 3.0), stats, utils, graphics, grDevices |
Suggests: | SciencesPo, stringr |
Enhances: | RecordLinkage |
Published: | 2015-07-14 |
DOI: | 10.32614/CRAN.package.SoundexBR |
Author: | Daniel Marcelino |
Maintainer: | Daniel Marcelino <dmarcelino at live.com> |
BugReports: | http://github.com/danielmarcelino/soundexBR |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
NeedsCompilation: | yes |
Citation: | SoundexBR citation info |
Materials: | README |
CRAN checks: | SoundexBR results |
Reference manual: | SoundexBR.pdf |
Package source: | SoundexBR_1.2.tar.gz |
Windows binaries: | r-devel: SoundexBR_1.2.zip, r-release: SoundexBR_1.2.zip, r-oldrel: SoundexBR_1.2.zip |
macOS binaries: | r-release (arm64): SoundexBR_1.2.tgz, r-oldrel (arm64): SoundexBR_1.2.tgz, r-release (x86_64): SoundexBR_1.2.tgz, r-oldrel (x86_64): SoundexBR_1.2.tgz |
Old sources: | SoundexBR archive |
Please use the canonical form https://CRAN.R-project.org/package=SoundexBR to link to this page.