Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource perl-Text-Soundex

Soundex is a phonetic algorithm for indexing names by sound, as pronounced in English. The goal is for names with the same pronunciation to be encoded to the same representation so that they can be matched despite minor differences in spelling. Soundex is the most widely known of all phonetic algorithms and is often used (incorrectly) as a synonym for "phonetic algorithm". Improvements to Soundex are the basis for many modern phonetic algorithms. (Wikipedia, 2007) This module implements the original soundex algorithm developed by Robert Russell and Margaret Odell, patented in 1918 and 1922, as well as a variation called "American Soundex" used for US census data, and current maintained by the National Archives and Records Administration (NARA). The soundex algorithm may be recognized from Donald Knuth's *The Art of Computer Programming*. The algorithm described by Knuth is the NARA algorithm. The value returned for strings which have no soundex encoding is defined using '$Text::Soundex::nocode'. The default value is 'undef', however values such as ''Z000'' are commonly used alternatives. For backward compatibility with older versions of this module the '$Text::Soundex::nocode' is exported into the caller's namespace as '$soundex_nocode'. In scalar context, 'soundex()' returns the soundex code of its first argument. In list context, a list is returned in which each element is the soundex code for the corresponding argument passed to 'soundex()'. For example, the following code assigns @codes the value '('M200', 'S320')': @codes = soundex qw(Mike Stok); To use 'Text::Soundex' to generate codes that can be used to search one of the publically available US Censuses, a variant of the soundex algorithm must be used: use Text::Soundex; $code = soundex_nara($name); An example of where these algorithm differ follows: use Text::Soundex; print soundex("Ashcraft"), "\n"; # prints: A226 print soundex_nara("Ashcraft"), "\n"; # prints: A261

Found 2 sites for perl-Text-Soundex

Found 71 RPM for perl-Text-Soundex

PackageSummaryDistributionDownload
perl-Text-Soundex-3.50.0-14.mga10.aarch64.htmlEncode a string as a Soundex valueMageia Cauldron for aarch64perl-Text-Soundex-3.50.0-14.mga10.aarch64.rpm
perl-Text-Soundex-3.50.0-14.mga10.armv7hl.htmlEncode a string as a Soundex valueMageia Cauldron for armv7hlperl-Text-Soundex-3.50.0-14.mga10.armv7hl.rpm
perl-Text-Soundex-3.50.0-14.mga10.i586.htmlEncode a string as a Soundex valueMageia Cauldron for i686perl-Text-Soundex-3.50.0-14.mga10.i586.rpm
perl-Text-Soundex-3.50.0-14.mga10.x86_64.htmlEncode a string as a Soundex valueMageia Cauldron for x86_64perl-Text-Soundex-3.50.0-14.mga10.x86_64.rpm
perl-Text-Soundex-3.50.0-13.mga9.aarch64.htmlEncode a string as a Soundex valueMageia 9 for aarch64perl-Text-Soundex-3.50.0-13.mga9.aarch64.rpm
perl-Text-Soundex-3.50.0-13.mga9.armv7hl.htmlEncode a string as a Soundex valueMageia 9 for armv7hlperl-Text-Soundex-3.50.0-13.mga9.armv7hl.rpm
perl-Text-Soundex-3.50.0-13.mga9.i586.htmlEncode a string as a Soundex valueMageia 9 for i586perl-Text-Soundex-3.50.0-13.mga9.i586.rpm
perl-Text-Soundex-3.50.0-13.mga9.x86_64.htmlEncode a string as a Soundex valueMageia 9 for x86_64perl-Text-Soundex-3.50.0-13.mga9.x86_64.rpm
perl-Text-Soundex-3.50.0-10.mga8.aarch64.htmlEncode a string as a soundex valueMageia 8 for aarch64perl-Text-Soundex-3.50.0-10.mga8.aarch64.rpm
perl-Text-Soundex-3.50.0-10.mga8.armv7hl.htmlEncode a string as a soundex valueMageia 8 for armv7hlperl-Text-Soundex-3.50.0-10.mga8.armv7hl.rpm
perl-Text-Soundex-3.50.0-10.mga8.i586.htmlEncode a string as a soundex valueMageia 8 for i586perl-Text-Soundex-3.50.0-10.mga8.i586.rpm
perl-Text-Soundex-3.50.0-10.mga8.x86_64.htmlEncode a string as a soundex valueMageia 8 for x86_64perl-Text-Soundex-3.50.0-10.mga8.x86_64.rpm
perl-Text-Soundex-3.50.0-2.aarch64.htmlPerl implementation of the Soundex algorithmOpenMandriva Cooker for aarch64perl-Text-Soundex-3.50.0-2.aarch64.rpm
perl-Text-Soundex-3.50.0-2.aarch64.htmlPerl implementation of the Soundex algorithmOpenMandriva 5.0 for aarch64perl-Text-Soundex-3.50.0-2.aarch64.rpm
perl-Text-Soundex-3.50.0-2.x86_64.htmlPerl implementation of the Soundex algorithmOpenMandriva Cooker for x86_64perl-Text-Soundex-3.50.0-2.x86_64.rpm
perl-Text-Soundex-3.50.0-2.x86_64.htmlPerl implementation of the Soundex algorithmOpenMandriva 5.0 for x86_64perl-Text-Soundex-3.50.0-2.x86_64.rpm
perl-Text-Soundex-3.05-30.fc40.aarch64.htmlImplementation of the soundex algorithmFedora Rawhide for aarch64perl-Text-Soundex-3.05-30.fc40.aarch64.rpm
perl-Text-Soundex-3.05-30.fc40.ppc64le.htmlImplementation of the soundex algorithmFedora Rawhide for ppc64leperl-Text-Soundex-3.05-30.fc40.ppc64le.rpm
perl-Text-Soundex-3.05-30.fc40.s390x.htmlImplementation of the soundex algorithmFedora Rawhide for s390xperl-Text-Soundex-3.05-30.fc40.s390x.rpm
perl-Text-Soundex-3.05-30.fc40.x86_64.htmlImplementation of the soundex algorithmFedora Rawhide for x86_64perl-Text-Soundex-3.05-30.fc40.x86_64.rpm
perl-Text-Soundex-3.05-28.fc39.aarch64.htmlImplementation of the soundex algorithmFedora 39 for aarch64perl-Text-Soundex-3.05-28.fc39.aarch64.rpm
perl-Text-Soundex-3.05-28.fc39.ppc64le.htmlImplementation of the soundex algorithmFedora 39 for ppc64leperl-Text-Soundex-3.05-28.fc39.ppc64le.rpm
perl-Text-Soundex-3.05-28.fc39.s390x.htmlImplementation of the soundex algorithmFedora 39 for s390xperl-Text-Soundex-3.05-28.fc39.s390x.rpm
perl-Text-Soundex-3.05-28.fc39.x86_64.htmlImplementation of the soundex algorithmFedora 39 for x86_64perl-Text-Soundex-3.05-28.fc39.x86_64.rpm
perl-Text-Soundex-3.05-25.fc38.aarch64.htmlImplementation of the soundex algorithmFedora 38 for aarch64perl-Text-Soundex-3.05-25.fc38.aarch64.rpm
perl-Text-Soundex-3.05-25.fc38.ppc64le.htmlImplementation of the soundex algorithmFedora 38 for ppc64leperl-Text-Soundex-3.05-25.fc38.ppc64le.rpm
perl-Text-Soundex-3.05-25.fc38.s390x.htmlImplementation of the soundex algorithmFedora 38 for s390xperl-Text-Soundex-3.05-25.fc38.s390x.rpm
perl-Text-Soundex-3.05-25.fc38.x86_64.htmlImplementation of the soundex algorithmFedora 38 for x86_64perl-Text-Soundex-3.05-25.fc38.x86_64.rpm
perl-Text-Soundex-3.05-23.fc37.aarch64.htmlImplementation of the soundex algorithmFedora 37 for aarch64perl-Text-Soundex-3.05-23.fc37.aarch64.rpm
perl-Text-Soundex-3.05-23.fc37.ppc64le.htmlImplementation of the soundex algorithmFedora 37 for ppc64leperl-Text-Soundex-3.05-23.fc37.ppc64le.rpm
perl-Text-Soundex-3.05-23.fc37.s390x.htmlImplementation of the soundex algorithmFedora 37 for s390xperl-Text-Soundex-3.05-23.fc37.s390x.rpm
perl-Text-Soundex-3.05-23.fc37.x86_64.htmlImplementation of the soundex algorithmFedora 37 for x86_64perl-Text-Soundex-3.05-23.fc37.x86_64.rpm
perl-Text-Soundex-3.05-20.el9.aarch64.htmlImplementation of the soundex algorithmCentOS Stream 9 AppStream for aarch64perl-Text-Soundex-3.05-20.el9.aarch64.rpm
perl-Text-Soundex-3.05-20.el9.ppc64le.htmlImplementation of the soundex algorithmCentOS Stream 9 AppStream for ppc64leperl-Text-Soundex-3.05-20.el9.ppc64le.rpm
perl-Text-Soundex-3.05-20.el9.s390x.htmlImplementation of the soundex algorithmCentOS Stream 9 AppStream for s390xperl-Text-Soundex-3.05-20.el9.s390x.rpm
perl-Text-Soundex-3.05-20.el9.x86_64.htmlImplementation of the soundex algorithmCentOS Stream 9 AppStream for x86_64perl-Text-Soundex-3.05-20.el9.x86_64.rpm
perl-Text-Soundex-3.05-8.el8.aarch64.htmlImplementation of the soundex algorithmCentOS 8-stream AppStream for aarch64perl-Text-Soundex-3.05-8.el8.aarch64.rpm
perl-Text-Soundex-3.05-8.el8.ppc64le.htmlImplementation of the soundex algorithmCentOS 8-stream AppStream for ppc64leperl-Text-Soundex-3.05-8.el8.ppc64le.rpm
perl-Text-Soundex-3.05-8.el8.x86_64.htmlImplementation of the soundex algorithmCentOS 8-stream AppStream for x86_64perl-Text-Soundex-3.05-8.el8.x86_64.rpm
perl-Text-Soundex-3.05-1.53.s390x.htmlImplementation of the soundex algorithmOpenSuSE Ports Tumbleweed for s390xperl-Text-Soundex-3.05-1.53.s390x.rpm
perl-Text-Soundex-3.05-1.41.aarch64.htmlImplementation of the soundex algorithmOpenSuSE Ports Tumbleweed for aarch64perl-Text-Soundex-3.05-1.41.aarch64.rpm
perl-Text-Soundex-3.05-1.41.armv6hl.htmlImplementation of the soundex algorithmOpenSuSE Ports Tumbleweed for armv6hlperl-Text-Soundex-3.05-1.41.armv6hl.rpm
perl-Text-Soundex-3.05-1.41.armv7hl.htmlImplementation of the soundex algorithmOpenSuSE Ports Tumbleweed for armv7hlperl-Text-Soundex-3.05-1.41.armv7hl.rpm
perl-Text-Soundex-3.05-1.38.x86_64.htmlImplementation of the soundex algorithmOpenSuSE Tumbleweed for x86_64perl-Text-Soundex-3.05-1.38.x86_64.rpm
perl-Text-Soundex-3.05-1.36.ppc64le.htmlImplementation of the soundex algorithmOpenSuSE Ports Tumbleweed for ppc64leperl-Text-Soundex-3.05-1.36.ppc64le.rpm
perl-Text-Soundex-3.05-1.12.riscv64.htmlImplementation of the soundex algorithmOpenSuSE Ports Tumbleweed for riscv64perl-Text-Soundex-3.05-1.12.riscv64.rpm
perl-Text-Soundex-3.05-1.9.i586.htmlImplementation of the soundex algorithmOpenSuSE Ports Tumbleweed for i586perl-Text-Soundex-3.05-1.9.i586.rpm
perl-Text-Soundex-3.05-bp156.3.4.aarch64.htmlImplementation of the soundex algorithmOpenSuSE Leap 15.6 for aarch64perl-Text-Soundex-3.05-bp156.3.4.aarch64.rpm
perl-Text-Soundex-3.05-bp156.3.4.ppc64le.htmlImplementation of the soundex algorithmOpenSuSE Leap 15.6 for ppc64leperl-Text-Soundex-3.05-bp156.3.4.ppc64le.rpm
perl-Text-Soundex-3.05-bp156.3.4.s390x.htmlImplementation of the soundex algorithmOpenSuSE Leap 15.6 for s390xperl-Text-Soundex-3.05-bp156.3.4.s390x.rpm
perl-Text-Soundex-3.05-bp156.3.4.x86_64.htmlImplementation of the soundex algorithmOpenSuSE Leap 15.6 for x86_64perl-Text-Soundex-3.05-bp156.3.4.x86_64.rpm
perl-Text-Soundex-3.05-bp155.2.11.aarch64.htmlImplementation of the soundex algorithmOpenSuSE Leap 15.5 for aarch64perl-Text-Soundex-3.05-bp155.2.11.aarch64.rpm
perl-Text-Soundex-3.05-bp155.2.11.ppc64le.htmlImplementation of the soundex algorithmOpenSuSE Leap 15.5 for ppc64leperl-Text-Soundex-3.05-bp155.2.11.ppc64le.rpm
perl-Text-Soundex-3.05-bp155.2.11.s390x.htmlImplementation of the soundex algorithmOpenSuSE Leap 15.5 for s390xperl-Text-Soundex-3.05-bp155.2.11.s390x.rpm
perl-Text-Soundex-3.05-bp155.2.11.x86_64.htmlImplementation of the soundex algorithmOpenSuSE Leap 15.5 for x86_64perl-Text-Soundex-3.05-bp155.2.11.x86_64.rpm
perl-Text-Soundex-3.05-bp154.2.1.armv7hl.htmlImplementation of the soundex algorithmOpenSuSE Ports Leap 15.5 for armv7hlperl-Text-Soundex-3.05-bp154.2.1.armv7hl.rpm
perl-Text-Soundex-3.05-bp154.1.24.aarch64.htmlImplementation of the soundex algorithmOpenSuSE Leap 15.4 for aarch64perl-Text-Soundex-3.05-bp154.1.24.aarch64.rpm
perl-Text-Soundex-3.05-bp154.1.24.ppc64le.htmlImplementation of the soundex algorithmOpenSuSE Leap 15.4 for ppc64leperl-Text-Soundex-3.05-bp154.1.24.ppc64le.rpm
perl-Text-Soundex-3.05-bp154.1.24.s390x.htmlImplementation of the soundex algorithmOpenSuSE Leap 15.4 for s390xperl-Text-Soundex-3.05-bp154.1.24.s390x.rpm
perl-Text-Soundex-3.05-bp154.1.24.x86_64.htmlImplementation of the soundex algorithmOpenSuSE Leap 15.4 for x86_64perl-Text-Soundex-3.05-bp154.1.24.x86_64.rpm
perl-Text-Soundex-3.05-bp154.1.1.armv7hl.htmlImplementation of the soundex algorithmOpenSuSE Ports Leap 15.4 for armv7hlperl-Text-Soundex-3.05-bp154.1.1.armv7hl.rpm
perl-Text-Soundex-3.05-bp153.1.17.aarch64.htmlImplementation of the soundex algorithmOpenSuSE Leap 15.3 for aarch64perl-Text-Soundex-3.05-bp153.1.17.aarch64.rpm
perl-Text-Soundex-3.05-bp153.1.17.ppc64le.htmlImplementation of the soundex algorithmOpenSuSE Leap 15.3 for ppc64leperl-Text-Soundex-3.05-bp153.1.17.ppc64le.rpm
perl-Text-Soundex-3.05-bp153.1.17.s390x.htmlImplementation of the soundex algorithmOpenSuSE Leap 15.3 for s390xperl-Text-Soundex-3.05-bp153.1.17.s390x.rpm
perl-Text-Soundex-3.05-bp153.1.17.x86_64.htmlImplementation of the soundex algorithmOpenSuSE Leap 15.3 for x86_64perl-Text-Soundex-3.05-bp153.1.17.x86_64.rpm
perl-Text-Soundex-3.05-bp153.1.1.armv7hl.htmlImplementation of the soundex algorithmOpenSuSE Ports Leap 15.3 for armv7hlperl-Text-Soundex-3.05-bp153.1.1.armv7hl.rpm
perl-Text-Soundex-3.05-lp152.3.6.ppc64le.htmlImplementation of the soundex algorithmOpenSuSE Ports Leap 15.2 for ppc64leperl-Text-Soundex-3.05-lp152.3.6.ppc64le.rpm
perl-Text-Soundex-3.05-lp152.3.2.aarch64.htmlImplementation of the soundex algorithmOpenSuSE Ports Leap 15.2 for aarch64perl-Text-Soundex-3.05-lp152.3.2.aarch64.rpm
perl-Text-Soundex-3.05-lp152.3.2.armv7hl.htmlImplementation of the soundex algorithmOpenSuSE Ports Leap 15.2 for armv7hlperl-Text-Soundex-3.05-lp152.3.2.armv7hl.rpm
perl-Text-Soundex-3.05-lp152.3.2.x86_64.htmlImplementation of the soundex algorithmOpenSuSE Leap 15.2 for x86_64perl-Text-Soundex-3.05-lp152.3.2.x86_64.rpm
perl-Text-Soundex-3.04-4.el7.x86_64.htmlImplementation of the soundex algorithmCentOS 7.9.2009 for x86_64perl-Text-Soundex-3.04-4.el7.x86_64.rpm

Generated by rpm2html 1.6

Fabrice Bellet