bbc_alltime / README.md
liyucheng's picture
Update README.md
8ece08c
|
raw
history blame contribute delete
No virus
307 Bytes
---
license: cc-by-2.0
---
# BBC for All Times
You could find BBC News articles from every month between 2017 to 2022.
Use this to download BBC News articles during a specific month:
```
ds = datasets.load_dataset('RealTimeData/bbc_alltime', '2017-8')
```
The time stamp follows the format of "YYYY-MM".