Caffe2 - Python API
A deep learning, cross platform ML framework
Public Member Functions | Public Attributes | List of all members
pyHIPIFY.hipify_python.Trie Class Reference

Public Member Functions

def __init__ (self)
 
def add (self, word)
 
def dump (self)
 
def quote (self, char)
 
def pattern (self)
 

Public Attributes

 data
 

Detailed Description

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.


The documentation for this class was generated from the following file: