«
class documentation

class ReviewLine(object): (source)

Constructor: ReviewLine(sent, features, notes)

View In Hierarchy

A ReviewLine represents a sentence of the review, together with (optional) annotations of its features and notes about the reviewed item.

Method __init__ Undocumented
Method __repr__ Undocumented
Instance Variable features Undocumented
Instance Variable notes Undocumented
Instance Variable sent Undocumented
def __init__(self, sent, features=None, notes=None): (source)

Undocumented

def __repr__(self): (source)

Undocumented

features: list = (source)

Undocumented

notes: list = (source)

Undocumented

Undocumented