Tommy

User wiki

  • Gebruikershandleiding TOMMY
  • Installatiehandleiding TOMMY
  • Release notes TOMMY

Developer wiki

  • Style guide
  • Source control style guide
  • Building the Application/Installer
  • Generating Executable with PyInstaller
  • Generating a Disk Image for MacOS
  • How to run tests from PyCharm
  • Writing unit tests with PyTest
  • New algorithm settings

Code documentation

  • tommy
  • tommy.view
  • 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.saving_loading_controller
    • tommy.controller.stopwords_controller
    • tommy.controller.synonyms_controller
    • tommy.controller.topic_modelling_controller
    • tommy.controller.topic_modelling_runners
    • tommy.controller.visualizations
  • tommy.model
Tommy
  • tommy.controller
  • tommy.controller.file_import

tommy.controller.file_import

File importer

This program has been developed by students from the bachelor Computer Science at Utrecht University within the Software Project course. © Copyright Utrecht University (Department of Information and Computing Sciences)

Sub-Modules

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

Previous Next