--
You received this message because you are subscribed to the Google Groups "TREC-KBA" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trec-kba+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
jrf
--
You received this message because you are subscribed to the Google Groups "TREC-KBA" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trec-kba+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
## Fetch the list of directory names -- date-hour strings wget http://s3.amazonaws.com/aws-publicdatasets/trec/kba/kba-stream-corpus-2012/dir-names.txt ## Use GNU parallel to make multiple wget requests in parallel. ## The --continue flag makes this restartable. cat dir-names.txt | parallel -j 10 --eta 'wget --recursive --continue --no-host-directories --no-parent --reject "index.html*" http://s3.amazonaws.com/aws-publicdatasets/trec/kba/kba-stream-corpus-2012/{}/index.html'
Hi John,You mean, in kba 2013, you will provide a clean_visible/English excerpt corpus for the participants?
On Tue, Apr 9, 2013 at 8:27 PM, John R. Frank <j...@mit.edu> wrote:
I forgot to mention the BEST way to cope with the large corpus: use EC2!In the past two days, we have only downloaded less than 20G corpus files, which means that we have to take nearly a whole year to get the new data in 2013 corpus.
Two steps toward solution:
1) We are creating a smaller version of the corpus that has only English-and-unknown-language documents and has StreamItem.body.raw removed if StreamItem.body.clean_visible is present. This will be considerably smaller. This should be ready for download from S3 in the next ~48hrs.
For $0.24 per day, you can run a t1.micro instance in EC2 to test out your tools for filtering. Then, to process the whole corpus and generate a high-recall excerpt, you can either make a couple bigger instances for a few days or use EMR.
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EC2_GetStarted.html
http://aws.amazon.com/elasticmapreduce/
We'll let you know when the clean_visible/English excerpt is done.
jrf
--
You received this message because you are subscribed to the Google Groups "TREC-KBA" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trec-kba+u...@googlegroups.com.
KBAers,
--
You received this message because you are subscribed to the Google Groups "TREC-KBA" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trec-kba+unsubscribe@googlegroups.com.
When I use the following command to get the list of directories,wget http://s3.amazonaws.com/aws-publicdatasets/trec/kba/kba-streamcorpus-2013-v0_2_0-english-and-unknown-language/dir-names.txt
I get the error,--2013-05-01 23:18:41-- http://s3.amazonaws.com/aws-publicdatasets/trec/kba/kba-streamcorpus-2013-v0_2_0-english-and-unknown-language/dir-names.txtResolving s3.amazonaws.com... 72.21.194.31Connecting to s3.amazonaws.com|72.21.194.31|:80... connected.HTTP request sent, awaiting response... 404 Not Found2013-05-01 23:18:42 ERROR 404: Not Found.But, this works fineCan you please check.Thanks,Praveen
--
You received this message because you are subscribed to the Google Groups "TREC-KBA" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trec-kba+u...@googlegroups.com.