pronounceability
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

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'); // 0.038513178036421514

pronounceable.score('Google'); // 0.011301759838274162

Inspiration

https://github.com/lukem512/pronounceable

Trained using

https://github.com/words/an-array-of-english-words

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    6
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    6
  • 0.0.1
    0

Package Sidebar

Install

npm i pronounceability

Weekly Downloads

6

Version

0.0.2

License

MIT

Unpacked Size

469 kB

Total Files

25

Last publish

Collaborators

  • mastermunj