Skip to main content

Crate espeak_ng_data_dict_tt

Crate espeak_ng_data_dict_tt 

Source
Expand description

eSpeak NG dictionary data for tt_dict, embedded at compile time.

§Usage

use std::path::Path;

let data_dir = Path::new("/tmp/espeak-data");
espeak_ng_data_dict_tt::install(data_dir).unwrap();

Statics§

ALL_FILES
All data files embedded in this crate.

Functions§

install
Install the embedded tt_dict into dest_dir.