1.0.0 • Published 3 years ago

caverphone v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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