Added System out println

This commit is contained in:
Ulli Hagenlocher 2025-06-02 17:16:41 +02:00
parent a3e91b2c82
commit 6acdb63b34

View File

@ -33,6 +33,9 @@ public class StoredModelPredictor extends Experiments_ImplBase{
try { try {
documentLoadModelSingleLabel(LANG_CODE, modelOutputFolder, args[1]); documentLoadModelSingleLabel(LANG_CODE, modelOutputFolder, args[1]);
} catch (Exception e) { } catch (Exception e) {
System.out.println("########################################################");
System.out.println(e);
System.out.println("********************************************************");
System.out.println("Exception while processing answer. Please verify the following:"); System.out.println("Exception while processing answer. Please verify the following:");
System.out.println("--> a) The correct name of an existing directory in " + TrainAndSaveModel.OUTPUT_DIR System.out.println("--> a) The correct name of an existing directory in " + TrainAndSaveModel.OUTPUT_DIR
+ " is passed as first argument."); + " is passed as first argument.");