langtest.transform.representation#

Classes

BaseRepresentation()

Abstract base class for implementing representation measures.

CountryEconomicRepresentation()

Subclass of BaseRepresentation that implements the country economic representation test.

EthnicityRepresentation()

Subclass of BaseRepresentation that implements the ethnicity representation test.

GenderRepresentation()

Subclass of BaseRepresentation that implements the gender representation test.

LabelRepresentation()

Subclass of BaseRepresentation that implements the label representation test.

ReligionRepresentation()

Subclass of BaseRepresentation that implements the religion representation test.

RepresentationTestFactory(data_handler[, tests])

A class for performing representation tests on a given dataset.