tommy.model.model

Classes

class tommy.model.model.Model[source]

Bases: object

property config_model
configs: dict[str, ConfigModel]
create_configuration() ConfigModel[source]

Create a new configuration based on the current configuration :return: The newly created config model

default_config_name = 'Config 1'
classmethod from_dict(model_dict: dict) Model[source]
language_model: LanguageModel
property model_parameters_model
project_settings_model: ProjectSettingsModel
selected_config_name: str
property stopwords_model
property synonyms_model
to_dict() dict[source]
property topic_model
property topic_name_model