Expand description
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.