[][src]Crate arpabet_parser

This crate contains the parsing functionality for the arpabet crate. This crate is split into sub-crates to aid in compile-time loading of the CMUdict.

You shouldn't need to import this crate directly. The arpabet crate includes this transitively.

Functions

load_from_file

Load a dictionary from file The file format is expected to match that of CMUdict.

load_from_str

Load a dictionary from string The file format is expected to match that of CMUdict.