Skip to content

tcort/caverphone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published