Learn R Programming

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

Phonetic Spelling Algorithms in R

This is the R package to support phonetic spelling algorithms in R. Several packages provide the Soundex algorithm. However, other algorithms have been developed since Soundex that can also provide phonetic spelling and test phonetic similarity.

Algorithms included

  • Caverphone
    • Original Caverphone
    • Caverphone 2
  • Cologne (Kölner)
  • Lein
  • Match Rating Approach
    • Encoder
    • Comparison
  • Metaphone
  • New York State Identification and Intelligence System
    • NYSIIS
    • Modified NYSIIS
  • Oxford Name Compression Algorithm
  • Phonex
  • Roger Root
  • Soundex
    • Original Soundex
    • Apache Refined Soundex
  • Statistics Canada
    • Census Modified

Dependencies

  • testthat
  • roxygen2
  • Rcpp
  • BH
  • data.table

Contribution guidelines

For more information

Acknowledgements

This work used the Extreme Science and Engineering Discovery Environment (XSEDE), which is supported by National Science Foundation grant number ACI-1548562. In particular, it used the Comet system at the San Diego Supercomputing Center (SDSC) through allocations TG-DBS170012 and TG-ASC150024.

Copy Link

Version

Install

install.packages('phonics')

Monthly Downloads

682

Version

1.3.2

License

BSD_2_clause + file LICENSE

Maintainer

Last Published

June 21st, 2019

Functions in phonics (1.3.2)

cologne

Cologne Phonetic Name Coding
statcan

Statistics Canada Name Coding
soundex

Soundex
onca

Oxford Name Compression Algorithm
caverphone

Caverphone
mra_encode

Match Rating Approach Encoder
lein

Lein Name Coding
nysiis

New York State Identification and Intelligence System
rogerroot

Roger Root Name Coding Procedure
phonics

Phonetic Spelling Algorithms
metaphone

Generate phonetic versions of strings with Metaphone
phonex

Phonex Name Coding