class documentation

class SemcorSentence(list): (source)

Constructor: SemcorSentence(num, items)

View In Hierarchy

A list of words, augmented by an attribute ``num`` used to record the sentence identifier (the ``n`` attribute from the XML).

Method __init__ Undocumented
Instance Variable num Undocumented
def __init__(self, num, items): (source)

Undocumented

Undocumented