We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d40f45c commit 1a45a58Copy full SHA for 1a45a58
1 file changed
run-all.sh
@@ -37,7 +37,7 @@ rm -R data/output/*
37
# One Thread
38
#(cd HypernymExtractor; mvn scala:run -Dlauncher=runner -DaddArgs=$1)
39
# Multi Thread
40
-(cd MapReduce; mvn scala:run -Dlauncher=starter -DaddArgs=10000) || failure "Failed to extract all hypernyms"
+(cd MapReduce; mvn scala:run -Dlauncher=starter -DaddArgs="$1|10000") || failure "Failed to extract all hypernyms"
41
42
# Mapping of DBpedia resources to DBpedia ontology by text-matching; Resources cleaning
43
(cd LHDOntologyCleanup; mvn scala:run -DaddArgs=$1) || failure "Failed to clean hypernym datasets"
0 commit comments