caverphone

1.0.0 • Public • Published

caverphone

A JavaScript implementation of the Caverphone 2.0 (aka Caverphone Revised) phonetic matching algorithm.

Example

npm install --save caverphone
'use strict';

const caverphone = require('caverphone');

const result = caverphone('word');
// result of caverphone('word') is 'WT11111111'

Acknowledgements

Original Source of the Caverphone 2.0 algorithm description: Caversham Project at the University of Otago

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    13
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    13

Package Sidebar

Install

npm i caverphone

Weekly Downloads

13

Version

1.0.0

License

ISC

Unpacked Size

723 kB

Total Files

6

Last publish

Collaborators

  • tcort