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 Namespace Reference

Classes

class  CMUDict
 

Functions

def _parse_cmudict (file)
 
def _get_pronunciation (s)
 

Variables

list valid_symbols
 
 _valid_symbol_set = set(valid_symbols)
 
 _alt_re = re.compile(r'\([0-9]+\)')
 

Function Documentation

◆ _parse_cmudict()

def text.cmudict._parse_cmudict (   file)
private
Here is the call graph for this function:
Here is the caller graph for this function:

◆ _get_pronunciation()

def text.cmudict._get_pronunciation (   s)
private
Here is the caller graph for this function:

Variable Documentation

◆ valid_symbols

list text.cmudict.valid_symbols
Initial value:
1 = [
2  'AA', 'AA0', 'AA1', 'AA2', 'AE', 'AE0', 'AE1', 'AE2', 'AH', 'AH0', 'AH1', 'AH2',
3  'AO', 'AO0', 'AO1', 'AO2', 'AW', 'AW0', 'AW1', 'AW2', 'AY', 'AY0', 'AY1', 'AY2',
4  'B', 'CH', 'D', 'DH', 'EH', 'EH0', 'EH1', 'EH2', 'ER', 'ER0', 'ER1', 'ER2', 'EY',
5  'EY0', 'EY1', 'EY2', 'F', 'G', 'HH', 'IH', 'IH0', 'IH1', 'IH2', 'IY', 'IY0', 'IY1',
6  'IY2', 'JH', 'K', 'L', 'M', 'N', 'NG', 'OW', 'OW0', 'OW1', 'OW2', 'OY', 'OY0',
7  'OY1', 'OY2', 'P', 'R', 'S', 'SH', 'T', 'TH', 'UH', 'UH0', 'UH1', 'UH2', 'UW',
8  'UW0', 'UW1', 'UW2', 'V', 'W', 'Y', 'Z', 'ZH'
9 ]

◆ _valid_symbol_set

text.cmudict._valid_symbol_set = set(valid_symbols)
private

◆ _alt_re

text.cmudict._alt_re = re.compile(r'\([0-9]+\)')
private