Skip to main content

Crate espeak_ng_data_dict_sjn

Crate espeak_ng_data_dict_sjn 

Source
Expand description

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

§Usage

use std::path::Path;

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

Statics§

ALL_FILES
All data files embedded in this crate.

Functions§

install
Install the embedded sjn_dict into dest_dir.