commit | d143cd0e10fe52601564a2ea65272b66d062a6d9 | [log] [tgz] |
---|---|---|
author | Rainer Perkuhn <perkuhn@ids-mannheim.de> | Wed Dec 13 16:19:27 2023 +0100 |
committer | Rainer Perkuhn <perkuhn@ids-mannheim.de> | Wed Dec 13 16:19:27 2023 +0100 |
tree | 503edfaa8ef3af8549532ebd93ad90a5bbb3faba | |
parent | ec25053b6f8d6b1346b2f80e7b40e28ff2db0cd1 [diff] |
Added 4 more texttypes
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')"