Types¶
| Type | Description |
|---|---|
DictOfFreqs |
A mapping of corpus names to word-to-frequency mappings. |
ListOfFreqs |
A sequence of token-to-frequency mappings, one per corpus. |
NormalizeBy |
The strategy for normalizing token contributions, dividing each contribution \(\delta_\tau\) by a single constant: - "sum_abs" divides by the sum of absolute contributions, \(\sum_\tau \|\delta_\tau\|\). |