Function libsimple::release_dict

source ยท
pub fn release_dict(directory: impl AsRef<Path>) -> Result<()>
Available on crate feature jieba only.
Expand description

Release dict files into directory. Only need to call this method once.

Then you may call set_dict for each connection.