commit | d7748b96a93e185cb6e619e0100cdac36a2606db | [log] [tgz] |
---|---|---|
author | Rainer Perkuhn <perkuhn@ids-mannheim.de> | Tue Dec 05 15:51:41 2023 +0100 |
committer | Rainer Perkuhn <perkuhn@ids-mannheim.de> | Tue Dec 05 16:05:01 2023 +0100 |
tree | bb1bb6a4d57ce824e65ccaa671d7e9e91eeecc03 | |
parent | 25da3919e77e05d52b4e978106696ba8d55189c0 [diff] |
Changed RE for Roman to allow Kriminalroman but to avoid Romanze... and similar in combinations
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')"