- takeAt() (tommy.view.supporting_components.flow_layout.FlowLayout method), [1]
- title (tommy.controller.file_import.metadata.Metadata attribute), [1], [2], [3]
- to_dict() (tommy.model.config_model.ConfigModel method), [1]
- (tommy.model.model.Model method), [1], [2], [3]
- (tommy.model.model_parameters_model.ModelParametersModel method), [1], [2], [3]
- (tommy.model.stopwords_model.StopwordsModel method), [1], [2], [3]
- (tommy.model.synonyms_model.SynonymsModel method), [1]
- to_string() (tommy.support.model_type.ModelType static method), [1]
- toggle_auto_calculate_alpha_beta() (tommy.view.settings_view.abstract_settings.lda_settings.LdaSettings method), [1], [2], [3]
- toggle_collapse() (tommy.view.imported_files_view.imported_files_view.ImportedFilesView method), [1], [2], [3]
- toggle_collapse_info() (tommy.view.selected_information_view.SelectedInformationView method), [1], [2], [3]
-
tommy
-
tommy.controller
-
tommy.controller.config_controller
-
tommy.controller.controller
-
tommy.controller.corpus_controller
-
tommy.controller.export_controller
-
tommy.controller.file_import
-
tommy.controller.file_import.csv_file_importer
-
tommy.controller.file_import.docx_file_importer
-
tommy.controller.file_import.file_importer_base
-
tommy.controller.file_import.generic_file_importer
-
tommy.controller.file_import.metadata
-
tommy.controller.file_import.pdf_file_importer
-
tommy.controller.file_import.processed_body
-
tommy.controller.file_import.processed_corpus
-
tommy.controller.file_import.processed_file
-
tommy.controller.file_import.raw_body
-
tommy.controller.file_import.raw_file
-
tommy.controller.file_import.txt_file_importer
-
tommy.controller.graph_controller
-
tommy.controller.language_controller
-
tommy.controller.model_parameters_controller
-
tommy.controller.preprocessing_controller
-
tommy.controller.project_settings_controller
-
tommy.controller.result_interfaces
-
tommy.controller.result_interfaces.correlation_matrix_interface
-
tommy.controller.result_interfaces.document_topics_interface
-
tommy.controller.result_interfaces.topic_coherence_interface
-
tommy.controller.saving_loading_controller
-
tommy.controller.stopwords_controller
-
tommy.controller.synonyms_controller
-
tommy.controller.topic_modelling_controller
-
tommy.controller.topic_modelling_runners
-
tommy.controller.topic_modelling_runners.abstract_topic_runner
-
tommy.controller.topic_modelling_runners.bertopic_runner
-
tommy.controller.topic_modelling_runners.lda_runner
-
tommy.controller.topic_modelling_runners.nmf_runner
-
tommy.controller.visualizations
-
tommy.controller.visualizations.abstract_visualization
-
tommy.controller.visualizations.correlation_matrix_creator
-
tommy.controller.visualizations.document_topic_network_summary_creator
-
tommy.controller.visualizations.document_topic_nx_exporter
-
tommy.controller.visualizations.document_word_count_creator
-
tommy.controller.visualizations.documents_over_time_creator
-
tommy.controller.visualizations.documents_over_time_per_topic_creator
-
tommy.controller.visualizations.k_value_creator
-
tommy.controller.visualizations.nx_exporter
-
tommy.controller.visualizations.nx_exporter_on_data
-
tommy.controller.visualizations.possible_visualization
-
tommy.controller.visualizations.sum_topics_in_documents
-
tommy.controller.visualizations.top_words_bar_plot_creator
-
tommy.controller.visualizations.visualization_input_datatypes
-
tommy.controller.visualizations.welcome_screen
-
tommy.controller.visualizations.word_cloud_creator
-
tommy.controller.visualizations.word_topic_network_creator
-
tommy.controller.visualizations.word_topic_nx_exporter
-
tommy.datatypes
-
tommy.datatypes.exports
-
tommy.datatypes.topics
-
tommy.Import
-
tommy.Import.rtffoldertocsv
|
-
tommy.main
-
tommy.main_window
-
tommy.model
-
tommy.model.config_model
-
tommy.model.corpus_model
-
tommy.model.custom_name_model
-
tommy.model.language_model
-
tommy.model.model
-
tommy.model.model_parameters_model
-
tommy.model.project_settings_model
-
tommy.model.stopwords_model
-
tommy.model.synonyms_model
-
tommy.model.topic_model
-
tommy.support
-
tommy.support.application_settings
-
tommy.support.async_worker
-
tommy.support.constant_variables
-
tommy.support.event_handler
-
tommy.support.model_type
-
tommy.support.parameter_limits
-
tommy.support.supported_languages
-
tommy.support.types
-
tommy.view
-
tommy.view.config_view
-
tommy.view.error_view
-
tommy.view.graph_view
-
tommy.view.imported_files_view
-
tommy.view.imported_files_view.file_label
-
tommy.view.imported_files_view.imported_files_view
-
tommy.view.menu_bar
-
tommy.view.plot_selection_view
-
tommy.view.preprocessing_view
-
tommy.view.selected_information_view
-
tommy.view.settings_view
-
tommy.view.settings_view.abstract_settings
-
tommy.view.settings_view.abstract_settings.abstract_settings
-
tommy.view.settings_view.abstract_settings.bert_settings
-
tommy.view.settings_view.abstract_settings.better_combo_box
-
tommy.view.settings_view.abstract_settings.lda_settings
-
tommy.view.settings_view.abstract_settings.nmf_settings
-
tommy.view.settings_view.model_params_view
-
tommy.view.supporting_components
-
tommy.view.supporting_components.custom_splitter
-
tommy.view.supporting_components.custom_splitter.custom_splitter_component
-
tommy.view.supporting_components.custom_splitter.custom_splitter_handle
-
tommy.view.supporting_components.flow_layout
-
tommy.view.topic_view
-
tommy.view.topic_view.fetched_topics_view
-
tommy.view.topic_view.topic_entity_component
-
tommy.view.topic_view.topic_entity_component.topic_entity
-
tommy.view.topic_view.topic_entity_component.word_entity
- top_words (tommy.datatypes.topics.Topic attribute), [1]
- top_words_with_scores (tommy.datatypes.topics.TopicWithScores property), [1]
- Topic (class in tommy.datatypes.topics), [1]
- TOPIC (tommy.controller.visualizations.possible_visualization.VisGroup attribute), [1], [2], [3]
- topic_amount_field_editing_finished_event() (tommy.view.settings_view.abstract_settings.abstract_settings.AbstractSettings method), [1], [2], [3]
- TOPIC_ID (tommy.controller.visualizations.visualization_input_datatypes.VisInputData attribute), [1], [2], [3]
- topic_id (tommy.datatypes.topics.Topic attribute), [1]
- topic_model (tommy.model.model.Model property), [1], [2], [3]
- topic_model_switched_event (tommy.controller.topic_modelling_controller.TopicModellingController property), [1], [2], [3]
- topic_modelling_controller (tommy.controller.controller.Controller property), [1], [2], [3]
- topic_name_model (tommy.model.model.Model property), [1], [2], [3]
- topic_num (tommy.datatypes.exports.MatplotLibExport attribute)
- topicClicked (tommy.view.topic_view.fetched_topics_view.FetchedTopicsView attribute), [1], [2], [3]
- TopicCoherenceInterface (class in tommy.controller.result_interfaces.topic_coherence_interface), [1]
- TopicEntity (class in tommy.view.topic_view.topic_entity_component.topic_entity), [1], [2], [3]
- TopicModel (class in tommy.model.topic_model), [1], [2], [3]
- TopicModellingController (class in tommy.controller.topic_modelling_controller), [1], [2], [3]
- topicNameChanged (tommy.view.topic_view.fetched_topics_view.FetchedTopicsView attribute), [1], [2], [3]
- TopicNameModel (class in tommy.model.custom_name_model), [1]
- TopicRunner (class in tommy.controller.topic_modelling_runners.abstract_topic_runner), [1], [2], [3]
- topics_changed_event (tommy.controller.graph_controller.GraphController property), [1], [2], [3]
- TopicWithScores (class in tommy.datatypes.topics), [1]
- TopWordsBarPlotCreator (class in tommy.controller.visualizations.top_words_bar_plot_creator), [1], [2], [3]
- train_model() (tommy.controller.topic_modelling_controller.TopicModellingController method), [1], [2], [3]
- TxtFileImporter (class in tommy.controller.file_import.txt_file_importer), [1]
- type (tommy.controller.visualizations.possible_visualization.PossibleVisualization attribute), [1], [2], [3]
|