commit | 0f5d1952acab4e841bb19bfd54e28ed58ca04e4f | [log] [tgz] |
---|---|---|
author | Rainer Perkuhn <perkuhn@ids-mannheim.de> | Wed Dec 06 10:59:12 2023 +0100 |
committer | Rainer Perkuhn <perkuhn@ids-mannheim.de> | Wed Dec 06 10:59:12 2023 +0100 |
tree | 0806b5c518db2608e19b19a67891cd39b53d5b98 | |
parent | 74c98c85a2dbbde1e5a3f186e3ff190089f96b10 [diff] |
Fixed RE Bug for excluding Romanze, still have to fix correct label
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')"