Skip to content

kinow/phonics-in-r

This branch is 1 commit ahead of k3jph/phonics-in-r:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d727a43 · Jun 27, 2023
Jul 11, 2021
Jun 27, 2023
Oct 1, 2020
Jul 10, 2021
Mar 1, 2019
Oct 1, 2020
Jul 5, 2020
Dec 8, 2016
Feb 19, 2019
Jul 11, 2021
Sep 20, 2015
Jul 10, 2021
Jul 11, 2021
Jul 5, 2020
Nov 15, 2017
Nov 15, 2017
Aug 25, 2017

Repository files navigation

Phonetic Spelling Algorithms in R

CRAN/METACRAN Downloads from the RStudio CRAN mirror Build Status codecov Codacy Badge DOI JOSS Status JSS Status

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.

About

Phonetic Spelling Algorithms in R

Resources

License

Citation

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 84.0%
  • C++ 12.7%
  • TeX 3.3%