Skip to content
Snippets Groups Projects
Commit 3e85d65c authored by root's avatar root
Browse files

abstracts

parent a7a6f746
No related branches found
No related tags found
No related merge requests found
...@@ -35,9 +35,8 @@ extractDumps() { ...@@ -35,9 +35,8 @@ extractDumps() {
>&2 ../run sparkextraction $CONFIGDIR/extraction.generic.en.properties; >&2 ../run sparkextraction $CONFIGDIR/extraction.generic.en.properties;
elif ["$GROUP" = "text" ] elif ["$GROUP" = "text" ]
then then
# run en separately #>&2 ../run extraction $CONFIGDIR/extraction.$GROUP.en.properties;
>&2 ../run extraction $CONFIGDIR/extraction.$GROUP.en.properties; >&2 ../run extraction $CONFIGDIR/extraction.$GROUP.properties;
#>&2 ../run extraction $CONFIGDIR/extraction.$GROUP.properties;
else else
# run for all # run for all
>&2 ../run extraction $CONFIGDIR/extraction.$GROUP.properties; >&2 ../run extraction $CONFIGDIR/extraction.$GROUP.properties;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment