Skip to main content

Python package for lexicon.

Project description

A lexicon is a data-structure which stores a set of words. The difference between a dictionary and a lexicon is that in a lexicon there are no values associated with the words. A lexicon is similar to a list of words or a set, but the internal representation is different and optimized for faster searches(of words, prefixes and wildcard patterns). Precisely the search time is O(W) where W is the length of the word. Lexpy is pure python package which implements 2 important lexicon Data-structures Trie and DirectedAcyclic Word Graph(DAWG).

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

lexpy-0.9.3.tar.gz (9.8 kB view hashes)

Uploaded Source

Built Distributions

lexpy-0.9.3-py3-none-any.whl (12.6 kB view hashes)

Uploaded Python 3

lexpy-0.9.3-py2.py3-none-any.whl (24.6 kB view hashes)

Uploaded Python 2 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