commit | e52fef3819f77cac983b96440cf7a99d70aafe25 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Wed Nov 22 20:33:24 2023 +0100 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Wed Nov 22 20:33:24 2023 +0100 |
tree | 011be93ddc0bc2e308c6c15a13e74026110fefee | |
parent | f9ec7679b5c2ee898cd673cbcf6bff26666e9bb8 [diff] |
Add preliminary button to toggle between log/linear y scale Resolves #4 Change-Id: I9b3278fa896812709f8bf1afdb23c104af1e612c
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')"