Add Readme

Change-Id: If20cfdb74f6abd1540b3062e96079e30ce1b646a
1 file changed
tree: 9583e155ee8f9266585d7e606781562a0a637dfc
  1. ci/
  2. shiny/
  3. .gitignore
  4. .gitlab-ci-local-env
  5. .gitlab-ci.yml
  6. CorpusCompositionAnalyzer.Rproj
  7. Dockerfile
  8. Readme.md
Readme.md

Corpus Composition Analyzer (Prototype)

Prototype of a corpus composition analyzer for KorAP

Installation

docker build -f Dockerfile -t korap/corpuscomposition .

Or get the docker image from GitLab:

curl https://gitlab.ids-mannheim.de/KorAP/CorpusCompositionAnalyzer/-/jobs/artifacts/master/raw/target/corpuscomposition-snapshot.xz?job=build-job | docker load

Run

docker run --rm -p 3838:3838 korap/corpuscomposition

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.