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

Dependents (0)

Package Sidebar

Install

npm i caverphone

Weekly Downloads

6

Version

1.0.0

License

ISC

Unpacked Size

723 kB

Total Files

6

Last publish

Collaborators

  • tcort