Crate cmudict_fast

Source
Expand description

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 Aliases§

ParseResult
Shortcut for Result<T, errors::ParseError>
Result
Shortcut for Result<T, errors::Error>