docs: document source directory usage

Change-Id: Id2edadaaae78544736a0ce1156aca3ff9e003097
Signed-off-by: Marc Kupietz <kupietz@ids-mannheim.de>
1 file changed
tree: 5d3c595d180fca4da77e55da5a26519a5a4e774d
  1. .gitignore
  2. Makefile
  3. Readme.md
Readme.md

KorAP Ingestion

Converts I5 XML files to KorAP XML, annotates them with TreeTagger, Marmot, Malt, Spacy, CoreNLP, OpenNLP, indexes them and starts a KorAP instance.

Usage

By default, place your .i5.xml files in the I5 directory in the root of the project:

make

Alternatively, you can specify a different source directory containing your .i5.xml files using the SRC_DIR variable:

make SRC_DIR=/path/to/your/files

Then open http://localhost:64543 in your browser.

Prerequisites

  • Java JRE 21 and
  • GNU Make
  • Docker with compose