Expand description
eSpeak NG dictionary data for id_dict, embedded at compile time.
§Usage
use std::path::Path;
let data_dir = Path::new("/tmp/espeak-data");
espeak_ng_data_dict_id::install(data_dir).unwrap();Statics§
- ALL_
FILES - All data files embedded in this crate.
Functions§
- install
- Install the embedded
id_dictintodest_dir.