Trie implementation using nested dictionariesΒΆ

https://img.shields.io/github/last-commit/jfjlaros/dict-trie.svg https://github.com/jfjlaros/dict-trie/actions/workflows/python-package.yml/badge.svg https://readthedocs.org/projects/dict-trie/badge/?version=latest https://img.shields.io/github/release-date/jfjlaros/dict-trie.svg https://img.shields.io/github/release/jfjlaros/dict-trie.svg https://img.shields.io/pypi/v/dict-trie.svg https://img.shields.io/github/languages/code-size/jfjlaros/dict-trie.svg https://img.shields.io/github/languages/count/jfjlaros/dict-trie.svg https://img.shields.io/github/languages/top/jfjlaros/dict-trie.svg https://img.shields.io/github/license/jfjlaros/dict-trie.svg

This library provides a trie implementation using nested dictionaries. Apart from the basic operations, a number of functions for approximate matching are implemented.

Please see ReadTheDocs for the latest documentation.