Public Member Functions | |
def | __init__ (self, file_or_path, keep_ambiguous=True) |
def | __len__ (self) |
def | lookup (self, word) |
Private Attributes | |
_entries | |
Thin wrapper around CMUDict data. http://www.speech.cs.cmu.edu/cgi-bin/cmudict
def text.cmudict.CMUDict.__init__ | ( | self, | |
file_or_path, | |||
keep_ambiguous = True |
|||
) |
def text.cmudict.CMUDict.__len__ | ( | self | ) |
def text.cmudict.CMUDict.lookup | ( | self, | |
word | |||
) |
Returns list of ARPAbet pronunciations of the given word.
|
private |