commit | 901a5c18002f38d0592f9b98972e6213c92153b9 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Tue Nov 21 17:54:40 2023 +0100 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Tue Nov 21 17:54:40 2023 +0100 |
tree | 1c2b7d07f04cc8bc43ff0de7f8ab9afa2ced5f4d | |
parent | 6483a9b8234f2d2fa72399b1931d744c0fbcfae1 [diff] |
User dockerized dslim/slim Change-Id: I9724054a69ac5149c2e05f4e95f164a482ed158a
Prototype of a corpus composition analyzer for KorAP
docker build -f Dockerfile -t korap/corpuscomposition:snapshot .
Or get the docker image from GitLab:
curl -L 'https://gitlab.ids-mannheim.de/KorAP/CorpusCompositionAnalyzer/-/jobs/artifacts/master/raw/corpuscomposition-snapshot.xz?job=build-docker-image' | unxz | docker load
docker run --rm -p 3838:3838 korap/corpuscomposition:snapshot
Then open http://localhost:3838/ for the default corpora or http://localhost:3838/?cq=<vc-definition-1>;<vc-definition-2>;<vc-definition-n>
for comparing specific corpora.
Run shiny/app.R
in RStudio or from the command line:
R -e "shiny::runApp('shiny/app.R')"