TensorRT  7.2.1.6
NVIDIA TensorRT
Looking for a C++ dev who knows TensorRT?
I'm looking for work. Hire me!
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
text.cmudict.CMUDict Class Reference

Public Member Functions

def __init__ (self, file_or_path, keep_ambiguous=True)
 
def __len__ (self)
 
def lookup (self, word)
 

Private Attributes

 _entries
 

Detailed Description

Thin wrapper around CMUDict data. http://www.speech.cs.cmu.edu/cgi-bin/cmudict

Constructor & Destructor Documentation

◆ __init__()

def text.cmudict.CMUDict.__init__ (   self,
  file_or_path,
  keep_ambiguous = True 
)
Here is the call graph for this function:

Member Function Documentation

◆ __len__()

def text.cmudict.CMUDict.__len__ (   self)

◆ lookup()

def text.cmudict.CMUDict.lookup (   self,
  word 
)
Returns list of ARPAbet pronunciations of the given word.

Member Data Documentation

◆ _entries

text.cmudict.CMUDict._entries
private

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