commit | 660bff87603ee84cf22686ab6b6399762cae6bfe | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Tue Dec 05 14:45:53 2023 +0100 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Tue Dec 05 14:57:43 2023 +0100 |
tree | 3c63e349e7186bf4af643ff6dbcd1319905bb380 | |
parent | e52fef3819f77cac983b96440cf7a99d70aafe25 [diff] |
Include Boulevard-/Wissenschaftszeitungen in Zeitungen Change-Id: I032125f4cfd297efeda88d2b85e913f4bb343d48
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')"