Skip to content

hans00/phonemize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phonemize

English phonemizer using CMUdict.

Installation

yard add phonemize

Usage

import { phonemize } from 'phonemize';

const text = 'Hello world!';
console.log(phonemize(text));
// hʌlˈoʊ wˈɝld!
console.log(phonemize(text, false));
// [ [ 'hʌlˈoʊ', 'hɛlˈoʊ' ], [ 'wˈɝld' ], [ '!' ] ]

About

English phonemizer using CMUdict.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published