We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff06549 commit d61db78Copy full SHA for d61db78
README.txt
@@ -54,9 +54,7 @@ usage: java edu.jhu.agiga.AgigaPrinter <type> <gzipped input file>
54
For example, to print part-of-speech tags for the file
55
nyt_eng_199911.xml.gz, we could run:
56
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.
+mvn exec:java -Dexec.mainClass="edu.jhu.agiga.AgigaPrinter" -Dexec.args="pos /export/corpora/LDC/LDC2012T21/data/xml/afp_eng_199405.xml.gz"
60
61
-------------------
62
Java API :
0 commit comments