class documentation

class SwitchboardTurn(list): (source)

Constructor: SwitchboardTurn(words, speaker, id)

View In Hierarchy

A specialized list object used to encode switchboard utterances. The elements of the list are the words in the utterance; and two attributes, speaker and id, are provided to retrieve the spearker identifier and utterance id. Note that utterance ids are only unique within a given discourse.

Method __init__ Undocumented
Method __repr__ Undocumented
Instance Variable id Undocumented
Instance Variable speaker Undocumented
def __init__(self, words, speaker, id): (source)

Undocumented

def __repr__(self): (source)

Undocumented

Undocumented

Undocumented