commit | 9dd0da870d1decf178d2483fddc4a5373daedb0d | [log] [tgz] |
---|---|---|
author | Rainer Perkuhn <perkuhn@ids-mannheim.de> | Tue Dec 19 10:36:14 2023 +0100 |
committer | Rainer Perkuhn <perkuhn@ids-mannheim.de> | Tue Dec 19 10:36:14 2023 +0100 |
tree | 7ef8cc824b58d004180e2679565a2698acb0f9b3 | |
parent | 04aef98af9fcf0f4edd713b3e4921284d18c4632 [diff] |
removed texttype Newsgroup to avoid counting Newsgroup-Diskussion texts twice
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')"