Pronounceability
Introduction
Library for calculating pronounceability score for a word. The higher the score, the more pronounceable the word.
Installation
npm install pronounceability --save
Usage
const { Pronounceable } = require('pronounceability');
OR
import { Pronounceable } from 'pronounceability';
Calculate the score
const pronounceable = new Pronounceable();
pronounceable.score('Smart');
pronounceable.score('Google');
Inspiration
https://github.com/lukem512/pronounceable
Trained using
https://github.com/words/an-array-of-english-words