Skip to content

uhh-lt/dats

Repository files navigation

Discourse Analysis Tool Suite (DATS)

DATS Logo

pre-commit.ci status

This is the repository for the Discourse Analysis Tool Suite (dats) - an outcome of the D-WISE Project

Please also have a look at our Wiki for more information and How-To's

Try it out!

  • test the online demo at https://dats.ltdemos.informatik.uni-hamburg.de/
  • host it on your own machine with docker compose
    • clone this repository: git clone https://github.com/uhh-lt/dats.git
    • navigate to the docker directory: cd dats/docker
    • create a copy of the .env.example file: cp .env.example .env
    • edit the .env example file and put in correct values for UID, GID, and JWT_SECRET
    • run docker compose up -d
    • visit http://localhost:3000/ in your browser

Tech Stack

TechStack

License

Apache 2.0 - See license file for details