Crate cmudict_fast[][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

Error

Enum of possible errors

ParseError

Enum for all possible parse 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

ParseResult

Shortcut for Result<T, errors::ParseError>

Result

Shortcut for Result<T, errors::Error>