1 parent 1fca081 commit 5f37144Copy full SHA for 5f37144
1 file changed
dkpro-jwpl-datamachine/src/main/java/org/dkpro/jwpl/datamachine/domain/JWPLDataMachine.java
@@ -43,7 +43,7 @@ public class JWPLDataMachine
43
+ "\tjava -jar JWPLDataMachine.jar <LANGUAGE> <TOP_CATEGORY_NAME> <DISAMBIGUATION_CATEGORY_NAME> <SOURCE_DIRECTORY>\n\n"
44
+ "The source directory must contain files\n" + "\tpagelinks.sql\n"
45
+ "\tpages-articles.xml\n" + "\tcategorylinks.sql\n"
46
- + "GZip or BZip2 compressed archives of above-named files are also allowed.\n"
+ + "GZip, BZip2, and 7z compressed archives of above-named files are also allowed.\n"
47
+ "Please set up a decompressor.xml for a usage of other external archive utilities (see documentation for more help).\n";
48
49
private static final long startTime = System.currentTimeMillis();
0 commit comments