commit | 1cc233441ab5b435ccada9351637d2590c16ec0f | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Tue May 07 12:52:00 2024 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Tue May 07 12:52:00 2024 +0200 |
tree | 47922f7ce2ea88ccf3ea928bbd54ff6971558ba1 | |
parent | a78bb61d93968f954bb6b0d7225a0c70a04d2732 [diff] |
Readme: Add instructions to install dependencies Change-Id: I57a6b602a37a187acc1907d7b840fda0a1697114
Prototype of a corpus composition analyzer for KorAP. See latest deployed version here on compute
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.
R -e "install.packages(c('devtools', 'RKorAPClient', 'httr', 'shiny', 'shinythemes', 'highcharter')) R -e 'devtools::install_git("https://korap.ids-mannheim.de/gerrit/IDS-Mannheim/idsThemeR")'
Run shiny/app.R
in RStudio or from the command line:
R -e "shiny::runApp('shiny/app.R')"