commit | a78bb61d93968f954bb6b0d7225a0c70a04d2732 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Tue Dec 19 17:53:32 2023 +0100 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Tue Dec 19 17:53:32 2023 +0100 |
tree | e4b4595ab4d52eadb1a9586885a861cea5097dd3 | |
parent | 85a4c3df5064e0866588fc4800ae6cf9a34ccb5d [diff] |
Add link to live view to Readme Change-Id: I20f7cc76f3795ee8b161df5278d4209932fbc44b
Prototype of a corpus composition analyzer for KorAP. See latest deployed version here on compute
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')"