get_dictionary() is deprecated in favor of load_dictionary.
This function now simply calls load_dictionary() with a deprecation warning.
Arguments
- name
Dictionary name (e.g., "global_surnames", "english_freqs").
- ...
Additional arguments passed to
load_dictionary, such asformat,auto_download,path,quiet,cache,force_rebuild,unify, orlarge.
See also
load_dictionary for the recommended function,
download_dictionary to pre-fetch on-demand dictionaries,
list_dictionaries for available dictionaries.
