Efficient trie for storing and searching phrases.
Project description
Synapse Trie
Synapse Trie is a Python package for efficiently storing and searching phrases using a trie data structure, with additional features like weights, text filtering, and more.
Installation
Install directly using pip:
pip install git+https://github.com/J0nasW/SynapseTrie.git
Usage
from SynapseTrie import SynapseTrie
trie = SynapseTrie()
trie.add("hello")
print(trie.search("hello")) # True
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
SynapseTrie-0.3.tar.gz
(9.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file SynapseTrie-0.3.tar.gz.
File metadata
- Download URL: SynapseTrie-0.3.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61e2ea4642f42eec0bea2c7c9330fb39c0b11e67e3a36911da44ea6a20ededde
|
|
| MD5 |
af0ebd92de88f6098d2c4afe3ff102a8
|
|
| BLAKE2b-256 |
82e10cc2a6ba0ab2948a595ccfdf7938abe9e6ef06e8f7f64b8535ffe0127240
|
File details
Details for the file SynapseTrie-0.3-py3-none-any.whl.
File metadata
- Download URL: SynapseTrie-0.3-py3-none-any.whl
- Upload date:
- Size: 9.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
772fdb9274c45f1bb1b2d4d72257e299c1eb4198697903bde3feb3dbe9e5581f
|
|
| MD5 |
532c4c335fa51062d72abc629d8bf695
|
|
| BLAKE2b-256 |
bd14ad8c849208555b684efd9fa30cf66d0f1e29ee0222e812c79952438ea2ac
|