Document Modelling and Classification System
Python web application written using flask. This prototype tool allows uploading of a zip file representing a faceted document corpus to generate a semantic model. New documents can then be processed against the model and classified. These features are exposed through a simple bootstrap interface and d3.js visualisations.
dmcs is a Flask application and can be run simply via python app.py
.
This application was developed by Kris Rogers. This work was supported by the University of Queensland Vice Chancellor’s Strategic Initiative Grant in Language Technologies.
dmcs is copyright Kapiche Limited. It is licensed under the GNU Affero General Public License.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
The copyright holders grant you an additional permission under Section 7 of the GNU Affero General Public License, version 3, exempting you from the requirement in Section 6 of the GNU General Public License, version 3, to accompany Corresponding Source with Installation Information for the Program or any work based on the Program. You are still required to comply with all other Section 6 requirements to provide Corresponding Source.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.