commit | 74e573b1bd565ec952bf314d5196e315d8232738 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Sat Nov 18 22:46:17 2023 +0100 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Sat Nov 18 22:46:17 2023 +0100 |
tree | bb106d1a31dc2c25e52004624b0b97bdde2614da | |
parent | 7c7ef0054fc81a13ca0018568c49609a8f2f3c04 [diff] |
Update Readme Change-Id: I11584b5341102f20a662574cd77fc118a51e91f6
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')"