Skip to content

Trie implementation for approximate string matching.

License

Notifications You must be signed in to change notification settings

jfjlaros/dict-trie

Repository files navigation

Trie implementation using nested dictionaries

https://readthedocs.org/projects/dict-trie/badge/?version=latest

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.