| commit | 0a368793f527f5b9722b48d28cd5c9e06d0e434c | [log] [tgz] |
|---|---|---|
| author | Marc Kupietz <kupietz@ids-mannheim.de> | Thu Jun 04 15:42:53 2026 +0200 |
| committer | Marc Kupietz <kupietz@ids-mannheim.de> | Thu Jun 04 15:42:53 2026 +0200 |
| tree | 5d3c595d180fca4da77e55da5a26519a5a4e774d | |
| parent | 463da33a42abc894b78e2f04bbe0475e2ef21129 [diff] |
docs: document source directory usage Change-Id: Id2edadaaae78544736a0ce1156aca3ff9e003097 Signed-off-by: Marc Kupietz <kupietz@ids-mannheim.de>
Converts I5 XML files to KorAP XML, annotates them with TreeTagger, Marmot, Malt, Spacy, CoreNLP, OpenNLP, indexes them and starts a KorAP instance.
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.