File size: 503 Bytes
e6b7a53
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
language:
- ms
---

# ms-newspapers

Scraped online Malaysian newspapers in Bahasa Malaysia (Malay language).

Kosmo and Utusan Malaysia both scraped in mid May 2023. 

## Dataset Structure

JSONL format, snippets below:

```bash
# Utusan Malaysia
$ tail -n 1 utusan-20230512.jsonl
{"index": 168799, "text": "...", "access_date": "2023-05-15 00:20:04.418003"}

# Kosmo
$ $ tail -n 1 kosmo-20230524.jsonl 
{"index": 51699, "url": "...", "text": "...", "access_date": "2023-05-25 01:14:16.540146"}
```