Skip to main content

Crate espeak_ng_data_dict_la

Crate espeak_ng_data_dict_la 

Source
Expand description

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

§Usage

use std::path::Path;

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

Statics§

ALL_FILES
All data files embedded in this crate.

Functions§

install
Install the embedded la_dict into dest_dir.