Skip to content

BarConfig

BarConfig dataclass

Configuration for the bar colors of token contributions attributed by frequency or rank.

The contributions (and bars) are attributed by whether a token is more common in the reference or the comparison.

Attributes:

Name Type Description
reference str

Color of bars attributed to the reference corpus

comparison str

Color of bars attributed to the comparison corpus

reference_symbol str

Symbol labeling the reference contribution in the totals panels

comparison_symbol str

Symbol labeling the comparison contribution in the totals panels

Source