DARIAH-DE / DARIAH-DKPro-Wrapper

Wrapper for DKPro Core to extract lingustic information from books.
http://dariah-de.github.io/DARIAH-DKPro-Wrapper
Apache License 2.0
16 stars 8 forks source link

Absolute path for configs folder #34

Closed severinsimmler closed 4 years ago

severinsimmler commented 5 years ago

I guess this PR is related to #23. The configs folder is expected in the current directory, which makes such a command impossible:

$ java -Xmx4g -jar ddw-0.4.6/ddw-0.4.6.jar -input corpus -output .

Using the absolute path to configs (which must still be relative to the JAR file) allows you to be anywhere. Or am I missing something?

severinsimmler commented 5 years ago

This is also related to https://github.com/DARIAH-DE/Topics/issues/72. The tests fail because of the missing config files.