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.2.tar.gz
(5.4 kB
view hashes)
Built Distribution
lexpy-0.9.2-py3-none-any.whl
(6.0 kB
view hashes)