Function load_dictionary
Source pub fn load_dictionary(uri: String) -> Result<JsDictionary>
Expand description
Loads a dictionary from the specified URI.
§Arguments
uri - URI to the dictionary. Can be a file path or embedded dictionary URI
(e.g. “embedded://ipadic”).
§Returns
A loaded Dictionary object.