KyleHaynes / phonics

Phonetic Spelling Algorithms in R

Home Page:https://jameshoward.us/software/phonics/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phonetic Spelling Algorithms in R

Build Status Coverage Status Downloads from the RStudio CRAN mirror DOI JOSS 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

Contribution guidelines

For more information

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

https://jameshoward.us/software/phonics/

License:Other


Languages

Language:R 73.4%Language:C++ 21.8%Language:TeX 4.8%