Library for calculating pronounceability score for a word. The higher the score, the more pronounceable the word.
npm install pronounceability --saveconst { Pronounceable } = require('pronounceability');OR
import { Pronounceable } from 'pronounceability';const pronounceable = new Pronounceable();
pronounceable.score('Smart'); // 0.038513178036421514
pronounceable.score('Google'); // 0.011301759838274162