You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
About
Trie implementation for approximate string matching.