Skip to content

Commit 7cdeeec

Browse files
authored
Update README.md
1 parent 45fc623 commit 7cdeeec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/graphy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export PYTHONPATH=$PYTHONPATH:$(pwd)
5555
```
5656

5757
# Run Offline Paper Scrapper
58-
The provided utility allows you to scrape research papers from arXiv. Using a set of seed papers as input, the scraper can iteratively fetch papers from the references of these seed papers. The process continues until a specified number of papers (`max_inspectors`) has been downloaded and processed.
58+
The provided utility allows you to scrape research papers from arXiv. Using a set of seed papers as input, the scraper can iteratively fetch papers from the references of these seed papers. The process continues until a specified number of papers (`max_inspectors`) has been downloaded and processed. The paper scraper supports interruption and can be safely terminated at any time. When relaunched, it will resume from where it stopped, ensuring continuity without reprocessing already completed tasks.
5959

6060
**Usage**:
6161
```bash

0 commit comments

Comments
 (0)