You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The executable version of X3ML Engine (console run) has an option for using a folder as input data. More specifically it is supposed to use a folder when executed with the following argument
java -jar x3ml-engine.jar -i #_folder_path ...
However, it seems that the following does not work.
The text was updated successfully, but these errors were encountered:
The flag for recursive search of files (inside the folder) was disabled.
As a result only the files of the given directory where used (if any) and the subfolders were ignored.
I re-enabled the flag, and it works properly.
From version 2.0.0 the issues will have been fixed
The executable version of X3ML Engine (console run) has an option for using a folder as input data. More specifically it is supposed to use a folder when executed with the following argument
java -jar x3ml-engine.jar -i #_folder_path ...
However, it seems that the following does not work.
The text was updated successfully, but these errors were encountered: