Skip to content

DanDelluomo/dictionary

Repository files navigation

In-memory Python dictionary of the English language for easy access in NLP applications.

To my knowledge, this does not exist. Current dictionary packages rely on API calls under the hood, which are extremely slow compared to key lookup.

Install

pip install english_dictionary

Usage

from english_dictionary.scripts.read_pickle import get_dict
english_dict = get_dict()

english_dict["xylophone"]  # english_dict is a Python dictionary of English

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published