nysiis-phonetics

1.0.0 • Public • Published

NYSIIS (New York State Identification and Intelligence System) Phonetic Code

npm npm downloads build status

Install via npm

$ npm install nysiis-phonetics

About

The New York State Identification and Intelligence System Phonetic Code, commonly known as NYSIIS, is a phonetic algorithm devised in 1970 as part of the New York State Identification and Intelligence System (now a part of the New York State Division of Criminal Justice Services). It features an accuracy increase of 2.7% over the traditional Soundex algorithm.

See Wikipedia

Usage

var nysiis = require( 'nysiis-phonetics' )

API

nysiis( value, [truncate] ) -> String

  • String value
  • Boolean truncate, defaults to true

Readme

Keywords

Package Sidebar

Install

npm i nysiis-phonetics

Weekly Downloads

168

Version

1.0.0

License

MIT

Last publish

Collaborators

  • jhermsmeier