Skip to main content

In-memory dictionary of 100 thousand English words

Project description

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 obviously 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

english_dictionary-1.0.23.tar.gz (3.3 MB view hashes)

Uploaded Source

Built Distribution

english_dictionary-1.0.23-py3-none-any.whl (9.5 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page