1.0.0 • Published 9 months ago

@lunarisapp/cmudict v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Lunaris CMUdict

NPM Version NPM Downloads CI Status

A JavaScript interface to the Carnegie Mellon University Pronouncing Dictionary (CMUdict), inspired by cmudict.

!TIP See also:

Features

  • Browser & Node.js support
  • TypeScript support
  • Up-to-date CMUdict data

Installation

npm install @lunarisapp/cmudict

Usage

import cmudict from '@lunarisapp/cmudict';

const cmuDict = cmudict.dict();
const cmuPhones = cmudict.phones();
const cmuVP = cmudict.vp();
const cmuSymbols = cmudict.symbols();
1.0.0

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago