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
Release history Release notifications | RSS feed
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)
Built Distributions
lexpy-0.9.3-py3-none-any.whl
(12.6 kB
view hashes)
lexpy-0.9.3-py2.py3-none-any.whl
(24.6 kB
view hashes)
Close
Hashes for lexpy-0.9.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c9046a2504c1d4c351d6f6b8a0eca26ef4a8f4feb9147a91c4911d52d79bb0c1 |
|
MD5 | a17097afec6656fa586200e6a2382f1b |
|
BLAKE2b-256 | b2f52fb6b2f779683e23f00a479fe4170225a3c370fcfdc1dde080d0c385c06b |