class documentation
class SwitchboardTurn(list): (source)
Constructor: SwitchboardTurn(words, speaker, id)
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.