Skip to content

Commit 5f37144

Browse files
authored
#400 Adjust Usage message of DataMachine (#431)
- adds 7z archive format as supported in the hint on compressed files
1 parent 1fca081 commit 5f37144

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dkpro-jwpl-datamachine/src/main/java/org/dkpro/jwpl/datamachine/domain/JWPLDataMachine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class JWPLDataMachine
4343
+ "\tjava -jar JWPLDataMachine.jar <LANGUAGE> <TOP_CATEGORY_NAME> <DISAMBIGUATION_CATEGORY_NAME> <SOURCE_DIRECTORY>\n\n"
4444
+ "The source directory must contain files\n" + "\tpagelinks.sql\n"
4545
+ "\tpages-articles.xml\n" + "\tcategorylinks.sql\n"
46-
+ "GZip or BZip2 compressed archives of above-named files are also allowed.\n"
46+
+ "GZip, BZip2, and 7z compressed archives of above-named files are also allowed.\n"
4747
+ "Please set up a decompressor.xml for a usage of other external archive utilities (see documentation for more help).\n";
4848

4949
private static final long startTime = System.currentTimeMillis();

0 commit comments

Comments
 (0)