Learn R Programming

⚠️There's a newer version (1.2) of this package.Take me there.

SoundexBR (version 1.1)

Phonetic-Coding For Portuguese

Description

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.

Copy Link

Version

Install

install.packages('SoundexBR')

Monthly Downloads

186

Version

1.1

License

AGPL-3

Maintainer

Daniel Marcelino

Last Published

January 21st, 2015

Functions in SoundexBR (1.1)

int2char

Interger to Character
soundexBR

Phonetic-Coding For Portuguese
ascii.table

ASCII Characters Table
SoundexBR-package

Phonetic-Coding For Portuguese
accent

Get rid of Accent Marks
ptSound

Adjusts for Common Mispelled Words
char2int

Character to Integer