Crate cmudict_core [] [src]

Core part of the cmudict crate

This crate contains the logic to parse & construct "rules" from the cmudict text database

Structs

ParseError

Error that can be thrown while parsing the cmudict file

Rule

Represents the complete pronunciation of a single word in the database

Enums

Stress

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

Symbol

Represents a single sound

Type Definitions

Result

Shortcut for Result<T, failure::Error>