Public Member Functions | |
def | __init__ (self) |
def | add (self, word) |
def | dump (self) |
def | quote (self, char) |
def | pattern (self) |
Public Attributes | |
data | |
Regex::Trie in Python. Creates a Trie out of a list of words. The trie can be exported to a Regex pattern. The corresponding Regex should match much faster than a simple Regex union.
Definition at line 801 of file hipify_python.py.