pyevoc.config.settings
High-level settings dataclasses.
-
class pyevoc.config.settings.PyEvocSettings(alpha=0.5, r_max=5.0, language='en')[source]
Bases: object
Immutable top-level configuration for a PyEvoc analysis run.
- Parameters:
-
-
alpha
Significance threshold used when filtering statistical tests.
- Type:
float
-
r_max
Maximum radius for the concentric EVOC map display.
- Type:
float
-
language
BCP-47 language code for the corpus being analysed.
- Type:
str
-
alpha: float = 0.5
-
r_max: float = 5.0
-
language: str = 'en'