cord19.pisa / README.md
Sean MacAvaney
README.md
644c9ac
|
raw
history blame
1.34 kB
metadata
tags:
  - pyterrier
task_categories:
  - text-retrieval

Using this Artifact

import pyterrier as pt
pt.Artifact.from_url('test')
# PisaIndex('/tmp/tmp6g5m9shw')

Reproducing this Artifact

pip install requirements.txt
python build.py path/to/artifact

Artifact Build Log


cord19 documents:   0%|          | 0/192509 [00:00<?, ?it/s]/home/sean/miniconda3/lib/python3.9/site-packages/pyterrier_pisa/__init__.py:144: UserWarning: text_field not specified; indexing all str fields: ['abstract', 'date', 'doi', 'title']
  warn(f'text_field not specified; indexing all str fields: {text_field}')

cord19 documents:  11%|#1        | 21275/192509 [00:00<00:00, 212733.97it/s]
cord19 documents:  22%|##2       | 43311/192509 [00:00<00:00, 217212.54it/s]
cord19 documents:  34%|###3      | 65033/192509 [00:00<00:00, 214911.54it/s]
cord19 documents:  45%|####5     | 87074/192509 [00:00<00:00, 217062.83it/s]
cord19 documents:  58%|#####8    | 111908/192509 [00:00<00:00, 228291.62it/s]
cord19 documents:  71%|#######   | 136153/192509 [00:00<00:00, 233087.00it/s]
cord19 documents:  83%|########2 | 159468/192509 [00:00<00:00, 219342.19it/s]
cord19 documents:  94%|#########4| 181554/192509 [00:00<00:00, 211435.85it/s]
cord19 documents: 100%|##########| 192509/192509 [00:00<00:00, 216062.25it/s]