concrete.property package

class concrete.property.ttypes.Property(value=None, metadata=None, polarity=None)

Bases: object


Attached to situations, entities, or arguments (or mentions thereof)
to support multi-label annotations.

Attributes:
- value: The required value of the property.
- metadata: Metadata to support this particular property object.
- polarity: This value is typically boolean, 0.0 or 1.0, but we use a
float in order to potentially capture cases where an annotator is
highly confident that the value is underspecified, via a value of
0.5.


read(iprot)
validate()
write(oprot)