renepickhardt / generalized-language-modeling-toolkit

Generalized Language Modeling toolkit
http://glm.rene-pickhardt.de
52 stars 17 forks source link

Error if config file is not present. #69

Closed lschmelzeisen closed 9 years ago

lschmelzeisen commented 9 years ago

As mentioned in #20 we need to have good error handling for this case.

Explaining what to do and where to get help.

lschmelzeisen commented 9 years ago

Now cahcting if config file is not present in Java code. However there still is a config file access in run.sh where the error probably has to be caught insead. If run.sh detects no config file present, the jar should probably not even be started.