Smalltalk/X WebserverDocumentation of class 'PhoneticStringUtilities::MiracodeStringComparator': | |
Class: MiracodeStringComparator (private in PhoneticStringUtilitiesThis class is only visible from within PhoneticStringUtilities.Inheritance:Object | +--PhoneticStringUtilities::PhoneticStringComparator | +--PhoneticStringUtilities::SingleResultPhoneticStringComparator | +--PhoneticStringUtilities::SoundexStringComparator | +--PhoneticStringUtilities::MiracodeStringComparator
Description:Miracode (also called << American Soundex >>) is like Soundex with the addition that h and w are discarded if they separate consonants. These variants may be specifically important because they were used in U.S. National Archives. Most archive data were encoded with Miracode, but there are some (older) entries encoded with Simplified Soundex. The HW-rule was documented as a standard in 1910, but actually data of 1880, 1900 and 1910 censuses were encoded with mixed methods. self new encode:'washington' -> 'W252' self new encode:'lee' -> 'L000' self new encode:'Gutierrez' -> 'G362' self new encode:'Pfister' -> 'P236' self new encode:'Jackson' -> 'J250' self new encode:'Tymczak' -> 'T522' notice: MiracodeStringComparator new encode:'Ashcraft' -> 'A261' SoundexStringComparator new encode:'Ashcraft' -> 'A226' see also: https://www.archives.gov/research/census/soundex.html Instance protocol:private
|
|
ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Wed, 04 Dec 2024 08:45:14 GMT |