Skip to content

Commit

Permalink
Merge branch 'release/v1.3.9' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
howardjp committed Oct 12, 2020
2 parents d95d754 + d5b6e63 commit 25e9f75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: phonics
Type: Package
Title: Phonetic Spelling Algorithms
Version: 1.3.8
Date: 2020-10-01
Version: 1.3.9
Date: 2020-10-12
Encoding: UTF-8
Authors@R: c(person(given = "James", family = "Howard",
email = "jh@jameshoward.us", role = c("aut", "cre"),
Expand Down
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
[![Downloads from the RStudio CRAN mirror](https://cranlogs.r-pkg.org/badges/phonics)](https://cran.r-project.org/package=phonics)
[![Build Status](https://api.travis-ci.org/k3jph/phonics-in-r.svg?branch=master)](https://travis-ci.org/k3jph/phonics-in-r)
[![codecov](https://codecov.io/gh/k3jph/phonics-in-r/branch/master/graph/badge.svg)](https://codecov.io/gh/k3jph/phonics-in-r)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/08ad4c6ccb8d4bf59ca47b7524af04be)](https://app.codacy.com/gh/k3jph/phonics-in-r])
[![DOI](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.1041982-blue.svg)](https://dx.doi.org/10.5281/zenodo.1041982)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/08ad4c6ccb8d4bf59ca47b7524af04be)](https://app.codacy.com/gh/k3jph/phonics-in-r)
[![DOI](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.1041982-success.svg)](https://dx.doi.org/10.5281/zenodo.1041982)
[![JOSS Status](http://joss.theoj.org/papers/13e41c9bd376fe2fc948f8af10b138b6/status.svg)](https://joss.theoj.org/papers/10.21105/joss.00480)
[![JSS Status](https://img.shields.io/badge/JSS-10.18637%2Fjss.v095.i08-yellow.svg)](https://joss.theoj.org/papers/10.21105/joss.00480)
[![JSS Status](https://img.shields.io/badge/JSS-10.18637%2Fjss.v095.i08-success.svg)](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
Expand All @@ -19,25 +19,21 @@ phonetic spelling and test phonetic similarity.
* 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

Expand Down

0 comments on commit 25e9f75

Please sign in to comment.