You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
psql -h $PGADDRESS -U cortex -t -o "$DTPATH/$CORPUSNAME-warning-tasks.txt" -c "SELECT entry FROM tasks WHERE corpus_id=$CORPUSID and service_id=$SERVICEID and status=-2"
20
20
psql -h $PGADDRESS -U cortex -t -o "$DTPATH/$CORPUSNAME-error-tasks.txt" -c "SELECT entry FROM tasks WHERE corpus_id=$CORPUSID and service_id=$SERVICEID and status=-3"
21
21
22
+
# Specific to the 08.2019 dataset
23
+
split -l 500000 arxmliv-warning-tasks.txt
24
+
mv xaa arxmliv-warning_1-tasks.txt
25
+
mv xab arxmliv-warning_2-tasks.txt
26
+
22
27
# For each severity, prepare a dataset archive of HTML files
0 commit comments