File size: 3,343 Bytes
cdd80c9 d56440e 1c59506 d56440e 1c59506 d56440e 1c59506 d56440e cf9923c fca0d20 1c59506 d56440e cd44e27 d56440e 1c59506 d56440e cd44e27 d56440e 1c59506 d56440e cf9923c d56440e 1c59506 d56440e cd44e27 d56440e 1c59506 d56440e 1c59506 d56440e 033513c d56440e fca0d20 d56440e 033513c d56440e fca0d20 d56440e 033513c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
# Some stats for random 10 WAT files from CC (see [GitHub](https://github.com/marianna13/PDF_extraction) for more info)
## Stats for the links
|Number of PDF links|
|------------------|
| 131379|
|Number of working PDF links from 10k sample|
|-------------------------|
| 3904|
|sum(num_words)|
|--------------|
| 384953|
|sum(num_tokens)|
|---------------|
| 715422|
| avg(num_words)|
|-----------------|
|6999.145454545454|
| avg(num_tokens)|
|------------------|
|13007.672727272728|
## Stats for extracted data (for 100 random URLs)
1 process:
| total_processing_time | No error | FSTimeoutError | FileDataError cannot open broken document | Empty doc | ValueError Protocol not known: "http | TypeError _request() got an unexpected keyword argument 'target_options' | FileNotFoundError |
|------------------------:|-----------:|------------------:|--------------------------------------------:|------------:|---------------------------------------:|---------------------------------------------------------------------------:|--------------------:|
| 147.385 | 54 | 17 | 11 | 8 | 2 | 1 | 7 |
5 processes:
| total_processing_time | No error | FSTimeoutError | FileDataError cannot open broken document | Empty doc | ValueError Protocol not known: "http | FileNotFoundError | TypeError _request() got an unexpected keyword argument 'target_options' |
|------------------------:|-----------:|------------------:|--------------------------------------------:|------------:|---------------------------------------:|--------------------:|---------------------------------------------------------------------------:|
| 28.9343 | 53 | 17 | 12 | 8 | 2 | 7 | 1 |
10 processes:
| total_processing_time | No error | FSTimeoutError | Empty doc | FileDataError cannot open broken document | FileNotFoundError | TypeError _request() got an unexpected keyword argument 'target_options' | ValueError Protocol not known: "http |
|------------------------:|-----------:|------------------:|------------:|--------------------------------------------:|--------------------:|---------------------------------------------------------------------------:|---------------------------------------:|
| 14.9258 | 55 | 17 | 8 | 12 | 5 | 1 | 2 | |