Crate cmudict[][src]

The pronunciation dictionary from Carnegie Mellon University's CMUSphinx project

Structs

Cmudict

A dictionary containing words & their pronunciations

Rule

Represents the complete pronunciation of a single word in the database

Enums

Errors

Enum of possible errors

Stress

Used by a symbol to indicate what kind of stress it has

Symbol

Represents a single sound

Functions

rhymes

tests whether two words rhyme

Type Definitions

Result

Shortcut for Result<T, failure::Error>