tommy.view.preprocessing_view

Classes

class tommy.view.preprocessing_view.PreprocessingView(stopwords_controller: StopwordsController, synonyms_controller: SynonymsController, topic_modelling_controller: TopicModellingController)[source]

Bases: QScrollArea

The PreprocessingDisplay area to view all preprocessing-related input.

__init__(stopwords_controller: StopwordsController, synonyms_controller: SynonymsController, topic_modelling_controller: TopicModellingController) None[source]

The initialization of the StopwordsDisplay.

disable_text_edits_on_start_topic_modelling() None[source]

Disable the text edits when starting topic modelling.

Returns:

None

enable_text_edits_on_finish_topic_modelling() None[source]

Enable the text edits when stopping topic modelling.

Returns:

None

staticMetaObject = PySide6.QtCore.QMetaObject("PreprocessingView" inherits "QScrollArea": )
update_blacklist() None[source]

Update the set of blacklisted words with the text from the Blacklist tab.

Returns:

None

update_synonyms() None[source]

Update the set of synonyms with the text from the Synonyms tab.

Returns:

None