https://github.com/k3jph/phonics-in-r
Phonetic Spelling Algorithms in R
https://github.com/k3jph/phonics-in-r
bsd-2-license linguistics metaphone nysiis phonetic-spelling-algorithms phonics record-linkage soundex text-processing
Last synced: 7 months ago
JSON representation
Phonetic Spelling Algorithms in R
- Host: GitHub
- URL: https://github.com/k3jph/phonics-in-r
- Owner: k3jph
- License: other
- Created: 2015-09-20T21:29:17.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2024-05-12T22:05:24.000Z (over 1 year ago)
- Last Synced: 2024-05-13T22:36:19.139Z (over 1 year ago)
- Topics: bsd-2-license, linguistics, metaphone, nysiis, phonetic-spelling-algorithms, phonics, record-linkage, soundex, text-processing
- Language: R
- Homepage: https://jameshoward.us/phonics-in-r
- Size: 443 KB
- Stars: 28
- Watchers: 4
- Forks: 7
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Phonetic Spelling Algorithms in R

[](https://cran.r-project.org/package=phonics)
[](https://github.com/k3jph/phonics-in-r/actions/workflows/check-release.yaml)
[](https://codecov.io/gh/k3jph/phonics-in-r)
[](https://app.codacy.com/gh/k3jph/phonics-in-r)
[](https://dx.doi.org/10.5281/zenodo.1041982)
[](https://joss.theoj.org/papers/10.21105/joss.00480)
[](https://dx.doi.org/10.18637/jss.v095.i08)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
* Use [GitFlow](https://nvie.com/posts/a-successful-git-branching-model/)
* Write unit tests using [testthat](https://github.com/hadley/testthat)
* Document functions using [roxygen2](https://github.com/yihui/roxygen2)## For more information
* [Phonics in R website](https://jameshoward.us/phonics-in-r/)
* James P. Howard, II <>## 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.