SoundexBR-package: Phonetic-Coding For Portuguese
Description
This 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. Similar consonants are assigned to the same value, for instance, D, T are each encoded as the number 3. Therefore, it can be used for indexing names by their sound proximity compared to alphabetical order.Details
ll{
Package: SoundexBR
Type: Package
Version: 1.1
Date: 2015-01-20
License: AGPL-3
}