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

image

image

image

image

image

image

image

image

image

image


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.