infineac.constants#
Contains constants used in the infineac package.
- infineac.constants.BASE_YEAR#
Base year for filtering events by year.
- Type:
int
- infineac.constants.ADDITIONAL_STOPWORDS#
Additional stopwords to be removed from the text data.
- Type:
list[str]
- infineac.constants.MODIFIER_WORDS#
Modifier words that must not precede the keywords in the text data.
- infineac.constants.MODIFIER_WORDS_STRATEGY#
Modifier words that must precede the strategy keywords in the text data.
- infineac.constants.STRATEGY_KEYWORDS#
Strategy keywords to be searched for in the text data. The keys are the names of the strategies and the values are lists of keywords for each strategy.
- Type:
dict[str, list[str]]
- infineac.constants.TOPICS#
Categories of super-topics. The keys are the names of the categories and the values are lists of keywords for each category.
- Type:
dict[str, list[str]]