Skip to content

Commit d61db78

Browse files
committed
Updating README to use mvn exec:java
1 parent ff06549 commit d61db78

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.txt

+1-3
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@ usage: java edu.jhu.agiga.AgigaPrinter <type> <gzipped input file>
5454
For example, to print part-of-speech tags for the file
5555
nyt_eng_199911.xml.gz, we could run:
5656

57-
java -cp build/agiga-<version number>.jar:lib/* edu.jhu.agiga.AgigaPrinter pos annotated_gigaword/nyt_eng_199911.xml.gz
58-
59-
where <version number> is replaced with the latest version.
57+
mvn exec:java -Dexec.mainClass="edu.jhu.agiga.AgigaPrinter" -Dexec.args="pos /export/corpora/LDC/LDC2012T21/data/xml/afp_eng_199405.xml.gz"
6058

6159
-------------------
6260
Java API :

0 commit comments

Comments
 (0)